Class RevocationCacheContexts


  • public final class RevocationCacheContexts
    extends Object
    Revocation cache contexts shared across actions.
    • 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.

      • REGISTRATION_ACCESS_TOKEN

        @Nonnull
        @NotEmpty
        public static final String REGISTRATION_ACCESS_TOKEN
        ID of context for revoking access tokens issued for the dynamic client registration.
    • Constructor Detail

      • RevocationCacheContexts

        private RevocationCacheContexts()
        Private constructor.