Uses of Class
cloud.opencode.base.crypto.jwt.JwtClaims.Builder
Packages that use JwtClaims.Builder
-
Uses of JwtClaims.Builder in cloud.opencode.base.crypto
Methods in cloud.opencode.base.crypto that return JwtClaims.BuilderModifier and TypeMethodDescriptionstatic JwtClaims.BuilderOpenJwt.claims()Creates a new claims builder. -
Uses of JwtClaims.Builder in cloud.opencode.base.crypto.jwt
Methods in cloud.opencode.base.crypto.jwt that return JwtClaims.BuilderModifier and TypeMethodDescriptionSets the audience claim.Sets the audience claim with multiple values.static JwtClaims.BuilderJwtClaims.builder()Creates a new claims builder.Sets a custom claim.Sets multiple claims from a map.JwtClaims.Builder.expiration(Instant expiration) Sets the expiration time.Sets the expiration time relative to now.JwtClaims.Builder.generateJwtId()Generates a random JWT ID.Sets the issued-at time.JwtClaims.Builder.issuedAtNow()Sets the issued-at time to now.Sets the issuer claim.Sets the JWT ID.Sets the not-before time.Sets the subject claim.