Uses of Class
net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod
-
Packages that use OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod Package Description net.shibboleth.oidc.profile.config.navigate Navigation functions related to OIDC profile configurations.net.shibboleth.oidc.profile.oauth2.config OAuth2 profile configurations. -
-
Uses of OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod in net.shibboleth.oidc.profile.config.navigate
Methods in net.shibboleth.oidc.profile.config.navigate that return OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod Modifier and Type Method Description OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethodRevocationMethodLookupFunction. apply(ProfileRequestContext input) -
Uses of OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod in net.shibboleth.oidc.profile.oauth2.config
Methods in net.shibboleth.oidc.profile.oauth2.config that return OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod Modifier and Type Method Description OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethodOAuth2TokenRevocationConfiguration. getRevocationMethod(ProfileRequestContext profileRequestContext)Get the revocation method used when revoking a token.static OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethodOAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod[]OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.shibboleth.oidc.profile.oauth2.config with parameters of type OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod Modifier and Type Method Description voidOAuth2TokenRevocationConfiguration. setRevocationMethod(OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod method)Set which revocation method should be used when revoking a token.
-