public interface TokenCodecContext extends InvocationContext
Modifier and Type | Field and Description |
---|---|
static String |
CODEC_PROPERTIES_PREFIX
The access token encoder and decoder properties prefix.
|
Modifier and Type | Method and Description |
---|---|
Properties |
getCodecProperties()
Returns the token encoder and decoder properties, if set in the
Connect2id server configuration with prefix
authzStore.accessToken.codec.* . |
HMACComputer |
getHMACComputer()
Returns the Hash-based Message Authentication Code (HMAC) computer.
|
JWSVerifier |
getJWSVerifier()
Returns the JSON Web Signature (JWS) verifier.
|
JWTSigner |
getJWTSigner()
Returns the JSON Web Token (JWT) signer.
|
SecureRandom |
getSecureRandom()
Returns an initialised secure random generator.
|
getIssuer
static final String CODEC_PROPERTIES_PREFIX
SecureRandom getSecureRandom()
JWTSigner getJWTSigner()
JWSVerifier getJWSVerifier()
HMACComputer getHMACComputer()
Properties getCodecProperties()
authzStore.accessToken.codec.*
.Copyright © 2021 Connect2id Ltd.. All rights reserved.