Class RevocationCacheContexts
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.storage.RevocationCacheContexts
Revocation cache contexts shared across actions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringID of context for revoking authorization codes (and access/refresh tokens based on the authorization codes).static final StringID of context for revoking access tokens issued for the dynamic client registration.static final StringID of context for revoking single access or refresh tokens. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTHORIZATION_CODE
ID of context for revoking authorization codes (and access/refresh tokens based on the authorization codes).For historical reasons this also is used for directly issued access tokens.
-
SINGLE_ACCESS_OR_REFRESH_TOKENS
ID of context for revoking single access or refresh tokens. -
REGISTRATION_ACCESS_TOKEN
ID of context for revoking access tokens issued for the dynamic client registration.
-
-
Constructor Details
-
RevocationCacheContexts
private RevocationCacheContexts()Private constructor.
-