public interface Names
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUDIENCES
The expected "aud" claim value(s), separated by commas.
|
static java.lang.String |
DECRYPTOR_KEY_LOCATION
The relative path or full URL of the decryption key.
|
static java.lang.String |
ISSUER
The expected iss claim value to validate against an MP-JWT.
|
static java.lang.String |
TOKEN_COOKIE
The Cookie name expected to containe the JWT token (default is Bearer).
|
static java.lang.String |
TOKEN_HEADER
The HTTP header name expected to contain the JWT token.
|
static java.lang.String |
VERIFIER_PUBLIC_KEY
The embedded key material of the verification public key for the MP-JWT signer in PKCS8 PEM or JWK(S) format.
|
static java.lang.String |
VERIFIER_PUBLIC_KEY_ALGORITHM
Public Key Signature Algorithm property which can be set to either 'RS256' or 'ES256'.
|
static java.lang.String |
VERIFIER_PUBLIC_KEY_LOCATION
The relative path or full URL of the verification public key.
|
static final java.lang.String VERIFIER_PUBLIC_KEY
static final java.lang.String VERIFIER_PUBLIC_KEY_LOCATION
static final java.lang.String VERIFIER_PUBLIC_KEY_ALGORITHM
static final java.lang.String DECRYPTOR_KEY_LOCATION
static final java.lang.String ISSUER
static final java.lang.String TOKEN_HEADER
Supported values are Authorization (default) and Cookie.
static final java.lang.String TOKEN_COOKIE
This configuration will be ignored unless `mp.jwt.token.header` is set to `Cookie`.
static final java.lang.String AUDIENCES