A C D E F G H I J K N P R S T U 
All Classes All Packages

A

algDoesNotMatchKeyType() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
algDoesNotMatchKeyType$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
algorithm(SignatureAlgorithm) - Method in interface io.smallrye.jwt.build.JwtSignatureBuilder
Set a signature algorithm.
audience(String) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified 'audience' claim.
audience(String) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a single value audience 'aud' claim
audience(Set<String>) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified 'audience' claim.
audience(Set<String>) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a multiple value audience 'aud' claim

C

claim(String, Object) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified claim.
claim(String, Object) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a claim.
claim(Claims, Object) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified claim.
claim(Claims, Object) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a claim.
claims() - Method in class io.smallrye.jwt.build.impl.JwtProviderImpl
Creates a new instance of JwtClaimsBuilder
claims() - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder
claims() - Method in class io.smallrye.jwt.build.spi.JwtProvider
Creates a new instance of JwtClaimsBuilder
claims(String) - Method in class io.smallrye.jwt.build.impl.JwtProviderImpl
Creates a new instance of JwtClaimsBuilder from a JSON resource.
claims(String) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder from a JSON resource.
claims(String) - Method in class io.smallrye.jwt.build.spi.JwtProvider
Creates a new instance of JwtClaimsBuilder from a JSON resource.
claims(Map<String, Object>) - Method in class io.smallrye.jwt.build.impl.JwtProviderImpl
Creates a new instance of JwtClaimsBuilder from a map of claims.
claims(Map<String, Object>) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder from a map of claims.
claims(Map<String, Object>) - Method in class io.smallrye.jwt.build.spi.JwtProvider
Creates a new instance of JwtClaimsBuilder from a map of claims.
claims(JsonObject) - Method in class io.smallrye.jwt.build.impl.JwtProviderImpl
Creates a new instance of JwtClaimsBuilder from JsonObject
claims(JsonObject) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder from JsonObject
claims(JsonObject) - Method in class io.smallrye.jwt.build.spi.JwtProvider
Creates a new instance of JwtClaimsBuilder from JsonObject
claims(JsonWebToken) - Method in class io.smallrye.jwt.build.impl.JwtProviderImpl
Creates a new instance of JwtClaimsBuilder from JsonWebToken.
claims(JsonWebToken) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder from JsonWebToken.
claims(JsonWebToken) - Method in class io.smallrye.jwt.build.spi.JwtProvider
Creates a new instance of JwtClaimsBuilder from JsonWebToken.
contentAlgorithm(ContentEncryptionAlgorithm) - Method in interface io.smallrye.jwt.build.JwtEncryptionBuilder
Set an 'enc' content encryption algorithm.
contentEncryptionAlgorithm(ContentEncryptionAlgorithm) - Method in interface io.smallrye.jwt.build.JwtEncryptionBuilder

D

deprecatedProperty(String) - Method in class io.smallrye.jwt.build.impl.ImplLogging_$logger
 
deprecatedProperty$str() - Method in class io.smallrye.jwt.build.impl.ImplLogging_$logger
 
directContentEncryptionUnsupported() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
directContentEncryptionUnsupported$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 

E

ENC_KEY_ID_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
ENC_KEY_LOCATION_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
ENC_KEY_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
ENC_KEY_RELAX_VALIDATION_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
ENC_KEYSTORE_KEY_ALIAS - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
encrypt() - Method in interface io.smallrye.jwt.build.JwtEncryption
Encrypt the claims or inner JWT with a key loaded from the location set with the "smallrye.jwt.encrypt.key.location" property or the key content set with the "smallrye.jwt.encrypt.key" property.
encrypt(String) - Static method in class io.smallrye.jwt.build.Jwt
Encrypt the claims loaded from a JSON resource using 'RSA-OAEP-256' algorithm with a public RSA key loaded from the location set with the "smallrye.jwt.encrypt.key-location".
encrypt(String) - Method in interface io.smallrye.jwt.build.JwtEncryption
Encrypt the claims or inner JWT with a public or secret key loaded from the custom location which can point to a PEM, JWK or JWK set keys.
encrypt(PublicKey) - Method in interface io.smallrye.jwt.build.JwtEncryption
Encrypt the claims or inner JWT with PublicKey.
encrypt(Map<String, Object>) - Static method in class io.smallrye.jwt.build.Jwt
Encrypt the claims using 'RSA-OAEP-256' algorithm with a public RSA key loaded from the location set with the "smallrye.jwt.encrypt.key-location".
encrypt(SecretKey) - Method in interface io.smallrye.jwt.build.JwtEncryption
Encrypt the claims or inner JWT with SecretKey.
encrypt(JsonObject) - Static method in class io.smallrye.jwt.build.Jwt
Encrypt the claims loaded from JsonObject using 'RSA-OAEP-256' algorithm with a public RSA key loaded from the location set with the "smallrye.jwt.encrypt.key-location".
encryptionException(Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionException$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyCanNotBeCreatedFromContent() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyCanNotBeCreatedFromContent$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyCanNotBeLoadedFromLocation(String) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyCanNotBeLoadedFromLocation$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyCanNotBeReadFromKeystore(Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyCanNotBeReadFromKeystore$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyIsNull() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyIsNull$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyNotConfigured() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptionKeyNotConfigured$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
encryptWithSecret(String) - Method in interface io.smallrye.jwt.build.JwtEncryption
Encrypt the claims or inner JWT with a secret key string.
expiresAt(long) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set an expiry 'exp' claim
expiresAt(Instant) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set an expiry 'exp' claim
expiresIn(long) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a relative expiry time.
expiresIn(Duration) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a relative expiry time.

F

failureToOpenInputStreamFromJsonResName(String) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToOpenInputStreamFromJsonResName$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToParseJWK(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToParseJWK$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToParseJWKS(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToParseJWKS$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToParseJWTClaims(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToParseJWTClaims$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToReadJsonContentFromJsonResName(String, String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToReadJsonContentFromJsonResName$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToReadPrivateKey(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
failureToReadPrivateKey$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 

G

getLoggingLocale() - Method in class io.smallrye.jwt.build.impl.ImplLogging_$logger
 
getLoggingLocale() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
getLoggingLocale() - Method in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
groups(String) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified 'groups' claim.
groups(String) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a single value 'groups' claim
groups(Set<String>) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified 'groups' claim.
groups(Set<String>) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a multiple value 'groups' claim

H

header(String, Object) - Method in interface io.smallrye.jwt.build.JwtEncryptionBuilder
Custom JWT encryption header.
header(String, Object) - Method in interface io.smallrye.jwt.build.JwtSignatureBuilder
Custom JWT signature header.

I

ImplLogging_$logger - Class in io.smallrye.jwt.build.impl
Warning this class consists of generated code.
ImplLogging_$logger(Logger) - Constructor for class io.smallrye.jwt.build.impl.ImplLogging_$logger
 
ImplMessages_$bundle - Class in io.smallrye.jwt.build.impl
Warning this class consists of generated code.
ImplMessages_$bundle() - Constructor for class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
innerSign() - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with a key loaded from the location set with the "smallrye.jwt.sign.key.location" property or the key content set with the "smallrye.jwt.sign.key" property and encrypt the inner JWT by moving to JwtEncryptionBuilder.
innerSign(String) - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with a private or secret key loaded from the custom location which can point to a PEM, JWK or JWK set keys and encrypt the inner JWT by moving to JwtEncryptionBuilder.
innerSign(PrivateKey) - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with PrivateKey and encrypt the inner JWT by moving to JwtEncryptionBuilder.
innerSign(SecretKey) - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with SecretKey and encrypt the inner JWT by moving to JwtEncryptionBuilder.
innerSignAndEncrypt(String) - Static method in class io.smallrye.jwt.build.Jwt
Sign the claims loaded from a JSON resource using 'RS256' algorithm with a private RSA key loaded from the location set with the "smallrye.jwt.sign.key-location" and encrypt the inner JWT using 'RSA-OAEP-256' algorithm with a public RSA key loaded from the location set with the "smallrye.jwt.encrypt.key-location".
innerSignAndEncrypt(Map<String, Object>) - Static method in class io.smallrye.jwt.build.Jwt
Sign the claims using 'RS256' algorithm with a private RSA key loaded from the location set with the "smallrye.jwt.sign.key-location" and encrypt the inner JWT using 'RSA-OAEP-256' algorithm with a public RSA key loaded from the location set with the "smallrye.jwt.encrypt.key-location".
innerSignAndEncrypt(JsonObject) - Static method in class io.smallrye.jwt.build.Jwt
Sign the claims loaded from JsonObject using 'RS256' algorithm with a private RSA key loaded from the location set with the "smallrye.jwt.sign.key-location" and encrypt the inner JWT using 'RSA-OAEP-256' algorithm with a public RSA key loaded from the location set with the "smallrye.jwt.encrypt.key-location".
innerSignWithSecret(String) - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with a secret key string and encrypt the inner JWT by moving to JwtEncryptionBuilder.
INSTANCE - Static variable in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
INSTANCE - Static variable in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
io.smallrye.jwt.build - package io.smallrye.jwt.build
 
io.smallrye.jwt.build.impl - package io.smallrye.jwt.build.impl
 
io.smallrye.jwt.build.spi - package io.smallrye.jwt.build.spi
 
issuedAt(long) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set an issuedAt 'iat' claim
issuedAt(Instant) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set an issuedAt 'iat' claim
issuer(String) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified issuer.
issuer(String) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set an issuer 'iss' claim

J

joseSerializationError(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
joseSerializationError$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
jwe() - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set JsonWebEncryption headers and encrypt the claims by moving to JwtEncryptionBuilder
jws() - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set JsonWebSignature headers and sign the claims by moving to JwtSignatureBuilder
Jwt - Class in io.smallrye.jwt.build
Factory class for creating JwtClaimsBuilder which produces signed, encrypted or signed first and then encrypted JWT tokens.
Jwt() - Constructor for class io.smallrye.jwt.build.Jwt
 
JwtBuildUtils - Class in io.smallrye.jwt.build.impl
JWT Token Build Utilities
JwtClaimsBuilder - Interface in io.smallrye.jwt.build
JWT Claims Builder.
JwtEncryption - Interface in io.smallrye.jwt.build
JWT JsonWebEncryption.
JwtEncryptionBuilder - Interface in io.smallrye.jwt.build
JWT JsonWebEncryption Builder.
JwtEncryptionException - Exception in io.smallrye.jwt.build
JWT Encryption Exception
JwtEncryptionException() - Constructor for exception io.smallrye.jwt.build.JwtEncryptionException
 
JwtEncryptionException(String) - Constructor for exception io.smallrye.jwt.build.JwtEncryptionException
 
JwtEncryptionException(String, Throwable) - Constructor for exception io.smallrye.jwt.build.JwtEncryptionException
 
JwtEncryptionException(Throwable) - Constructor for exception io.smallrye.jwt.build.JwtEncryptionException
 
JwtException - Exception in io.smallrye.jwt.build
Base JWT Exception
JwtException() - Constructor for exception io.smallrye.jwt.build.JwtException
 
JwtException(String) - Constructor for exception io.smallrye.jwt.build.JwtException
 
JwtException(String, Throwable) - Constructor for exception io.smallrye.jwt.build.JwtException
 
JwtException(Throwable) - Constructor for exception io.smallrye.jwt.build.JwtException
 
JwtProvider - Class in io.smallrye.jwt.build.spi
Service provider for JWT Claims Builder objects.
JwtProvider() - Constructor for class io.smallrye.jwt.build.spi.JwtProvider
 
JwtProviderImpl - Class in io.smallrye.jwt.build.impl
Default service provider for JWT Claims Builder objects.
JwtProviderImpl() - Constructor for class io.smallrye.jwt.build.impl.JwtProviderImpl
 
JwtSignature - Interface in io.smallrye.jwt.build
JWT JsonWebSignature.
JwtSignatureBuilder - Interface in io.smallrye.jwt.build
JWT JsonWebSignature Builder.
JwtSignatureException - Exception in io.smallrye.jwt.build
JWT Signature Exception
JwtSignatureException() - Constructor for exception io.smallrye.jwt.build.JwtSignatureException
 
JwtSignatureException(String) - Constructor for exception io.smallrye.jwt.build.JwtSignatureException
 
JwtSignatureException(String, Throwable) - Constructor for exception io.smallrye.jwt.build.JwtSignatureException
 
JwtSignatureException(Throwable) - Constructor for exception io.smallrye.jwt.build.JwtSignatureException
 

K

keyAlgorithm(KeyEncryptionAlgorithm) - Method in interface io.smallrye.jwt.build.JwtEncryptionBuilder
Set an 'alg' key encryption algorithm.
keyEncryptionAlgorithm(KeyEncryptionAlgorithm) - Method in interface io.smallrye.jwt.build.JwtEncryptionBuilder
keyEncryptionKeyId(String) - Method in interface io.smallrye.jwt.build.JwtEncryptionBuilder
keyId(String) - Method in interface io.smallrye.jwt.build.JwtEncryptionBuilder
Set a 'kid' key encryption key id.
keyId(String) - Method in interface io.smallrye.jwt.build.JwtSignatureBuilder
Set a 'kid' signature key id.
KEYSTORE_PASSWORD - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
KEYSTORE_PROVIDER - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
KEYSTORE_TYPE - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
keyWithKidNotFound(String) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
keyWithKidNotFound$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
kidRequired() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
kidRequired$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 

N

NEW_TOKEN_AUDIENCE_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
NEW_TOKEN_CONTENT_ENCRYPTION_ALG_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
NEW_TOKEN_ISSUER_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
NEW_TOKEN_KEY_ENCRYPTION_ALG_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
NEW_TOKEN_LIFESPAN_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
NEW_TOKEN_OVERRIDE_CLAIMS_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
NEW_TOKEN_SIGNATURE_ALG_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
noneSignatureAlgorithmUnsupported() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
noneSignatureAlgorithmUnsupported$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 

P

preferredUserName(String) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified 'preferred_username' claim.
preferredUserName(String) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a preferred user name 'preferred_username' claim
provider() - Static method in class io.smallrye.jwt.build.spi.JwtProvider
Creates a JWT provider object.
providerCannotBeInstantiated(String, String, Throwable) - Method in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
providerCannotBeInstantiated$str() - Method in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
providerClassCannotBeAccessed(String, String, Throwable) - Method in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
providerClassCannotBeAccessed$str() - Method in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
providerNotFound(String, String, Throwable) - Method in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
providerNotFound$str() - Method in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
publicKeyBeingUsedForSign() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
publicKeyBeingUsedForSign$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 

R

readJsonFailure(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
readJsonFailure$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
readResolve() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
readResolve() - Method in class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 

S

sign() - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with a key loaded from the location set with the "smallrye.jwt.sign.key.location" property or the key content set with the "smallrye.jwt.sign.key" property.
sign(String) - Static method in class io.smallrye.jwt.build.Jwt
Sign the claims loaded from a JSON resource using 'RS256' algorithm with a private RSA key loaded from the location set with the "smallrye.jwt.sign.key-location".
sign(String) - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with a private or secret key loaded from the custom location which can point to a PEM, JWK or JWK set keys.
sign(PrivateKey) - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with PrivateKey.
sign(Map<String, Object>) - Static method in class io.smallrye.jwt.build.Jwt
Sign the claims using 'RS256' algorithm with a private RSA key loaded from the location set with the "smallrye.jwt.sign.key-location".
sign(SecretKey) - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with SecretKey 'HS256' algorithm will be used unless a different algorithm has been set with JwtSignatureBuilder or 'smallrye.jwt.new-token.signature-algorithm' property.
sign(JsonObject) - Static method in class io.smallrye.jwt.build.Jwt
Sign the claims loaded from JsonObject using 'RS256' algorithm with a private RSA key loaded from the location set with the "smallrye.jwt.sign.key-location".
SIGN_KEY_ID_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
SIGN_KEY_LOCATION_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
SIGN_KEY_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
SIGN_KEY_RELAX_VALIDATION_PROPERTY - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
SIGN_KEYSTORE_KEY_ALIAS - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
SIGN_KEYSTORE_KEY_PASSWORD - Static variable in class io.smallrye.jwt.build.impl.JwtBuildUtils
 
signatureAlgorithm(SignatureAlgorithm) - Method in interface io.smallrye.jwt.build.JwtSignatureBuilder
signatureException(Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signatureException$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signatureKeyId(String) - Method in interface io.smallrye.jwt.build.JwtSignatureBuilder
signingKeyCanNotBeCreatedFromContent() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signingKeyCanNotBeCreatedFromContent$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signingKeyCanNotBeLoadedFromLocation(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signingKeyCanNotBeLoadedFromLocation$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signingKeyCanNotBeReadFromKeystore(Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signingKeyCanNotBeReadFromKeystore$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signingKeyIsNull() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signingKeyIsNull$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signJwtTokenFailed(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signJwtTokenFailed$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signKeyNotConfigured() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signKeyNotConfigured$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signKeyPropertyRequired(String) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signKeyPropertyRequired$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
signWithSecret(String) - Method in interface io.smallrye.jwt.build.JwtSignature
Sign the claims with a secret key string.
SpiMessages_$bundle - Class in io.smallrye.jwt.build.spi
Warning this class consists of generated code.
SpiMessages_$bundle() - Constructor for class io.smallrye.jwt.build.spi.SpiMessages_$bundle
 
subject(String) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified subject.
subject(String) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a subject 'sub' claim

T

thumbprint(X509Certificate) - Method in interface io.smallrye.jwt.build.JwtSignatureBuilder
Set X.509 Certificate SHA-1 'x5t' thumbprint.
thumbprintS256(X509Certificate) - Method in interface io.smallrye.jwt.build.JwtSignatureBuilder
Set X.509 Certificate SHA-256 'x5t#S256' thumbprint.

U

unsupportedContentEncryptionAlgorithm(String) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
unsupportedContentEncryptionAlgorithm$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
unsupportedKeyEncryptionAlgorithm(String) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
unsupportedKeyEncryptionAlgorithm$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
unsupportedSignatureAlgorithm(String) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
unsupportedSignatureAlgorithm(String, Throwable) - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
unsupportedSignatureAlgorithm$str() - Method in class io.smallrye.jwt.build.impl.ImplMessages_$bundle
 
upn(String) - Static method in class io.smallrye.jwt.build.Jwt
Creates a new instance of JwtClaimsBuilder with a specified 'upn' claim.
upn(String) - Method in interface io.smallrye.jwt.build.JwtClaimsBuilder
Set a 'upn' claim
A C D E F G H I J K N P R S T U 
All Classes All Packages