Uses of Enum Class
net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod
Packages that use OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod
Package
Description
Navigation functions related to OIDC profile configurations.
OAuth2 profile configurations.
OAuth2 profile configuration implementations.
-
Uses of OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod in net.shibboleth.oidc.profile.oauth2.config
Methods in net.shibboleth.oidc.profile.oauth2.config that return OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethodModifier and TypeMethodDescriptionOAuth2TokenRevocationConfiguration.getRevocationMethod(ProfileRequestContext profileRequestContext) Get the revocation method used when revoking a token.Returns the enum constant of this class with the specified name.OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod in net.shibboleth.oidc.profile.oauth2.config.impl
Methods in net.shibboleth.oidc.profile.oauth2.config.impl that return OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethodModifier and TypeMethodDescriptionDefaultOAuth2TokenRevocationConfiguration.getRevocationMethod(ProfileRequestContext profileRequestContext) Get the revocation method used when revoking a token.Methods in net.shibboleth.oidc.profile.oauth2.config.impl with parameters of type OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethodModifier and TypeMethodDescriptionvoidDefaultOAuth2TokenRevocationConfiguration.setRevocationMethod(OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod method) Set which revocation method should be used when revoking a token.