mitreid-connect
|
クラス | |
class | JWKSetEncryptorBuilder |
class | JWKSetVerifierBuilder |
公開メンバ関数 | |
ClientKeyCacheService () | |
JWTSigningAndValidationService | getValidator (ClientDetailsEntity client, JWSAlgorithm alg) |
JWTEncryptionAndDecryptionService | getEncrypter (ClientDetailsEntity client) |
非公開変数類 | |
JWKSetCacheService | jwksUriCache = new JWKSetCacheService() |
SymmetricKeyJWTValidatorCacheService | symmetricCache = new SymmetricKeyJWTValidatorCacheService() |
LoadingCache< JWKSet, JWTSigningAndValidationService > | jwksValidators |
LoadingCache< JWKSet, JWTEncryptionAndDecryptionService > | jwksEncrypters |
静的非公開変数類 | |
static Logger | logger = LoggerFactory.getLogger(ClientKeyCacheService.class) |
Takes in a client and returns the appropriate validator or encrypter for that client's registered key types.
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |