Class RevocationCacheContexts
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.storage.RevocationCacheContexts
-
public final class RevocationCacheContexts extends Object
Revocation cache contexts shared across actions.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORIZATION_CODEID of context for revoking authorization codes (and access/refresh tokens based on the authorization codes).static StringREGISTRATION_ACCESS_TOKENID of context for revoking access tokens issued for the dynamic client registration.static StringSINGLE_ACCESS_OR_REFRESH_TOKENSID of context for revoking single access or refresh tokens.
-
Constructor Summary
Constructors Modifier Constructor Description privateRevocationCacheContexts()Private constructor.
-
-
-
Field Detail
-
AUTHORIZATION_CODE
@Nonnull @NotEmpty public static final String 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
@Nonnull @NotEmpty public static final String SINGLE_ACCESS_OR_REFRESH_TOKENS
ID of context for revoking single access or refresh tokens.
-
-