@Component(value="cuba_OauthTokenRevoker")
public class OAuthTokenRevoker
extends java.lang.Object
Constructor and Description |
---|
OAuthTokenRevoker() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.oauth2.common.OAuth2AccessToken |
revokeToken(java.lang.String token) |
org.springframework.security.oauth2.common.OAuth2AccessToken |
revokeToken(java.lang.String token,
org.springframework.security.core.Authentication clientAuth) |
@Nullable public org.springframework.security.oauth2.common.OAuth2AccessToken revokeToken(java.lang.String token, org.springframework.security.core.Authentication clientAuth)
@Nullable public org.springframework.security.oauth2.common.OAuth2AccessToken revokeToken(java.lang.String token)