Class RevocationCacheContexts
- java.lang.Object
-
- org.geant.idpextension.oidc.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.
-
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.
-
-