|
mitreid-connect
|

クラス | |
| class | JWKSetEncryptorFetcher |
| class | JWKSetVerifierFetcher |
公開メンバ関数 | |
| JWKSetCacheService () | |
| JWTSigningAndValidationService | getValidator (String jwksUri) |
| JWTEncryptionAndDecryptionService | getEncrypter (String jwksUri) |
非公開変数類 | |
| LoadingCache< String, JWTSigningAndValidationService > | validators |
| LoadingCache< String, JWTEncryptionAndDecryptionService > | encrypters |
静的非公開変数類 | |
| static final Logger | logger = LoggerFactory.getLogger(JWKSetCacheService.class) |
Creates a caching map of JOSE signers/validators and encrypters/decryptors keyed on the JWK Set URI. Dynamically loads JWK Sets to create the services.
|
inline |
|
inline |
|
inline |
| jwksUri |
| ExecutionException |
|
private |
|
staticprivate |
Logger for this class
|
private |
1.8.13