org.springframework.security.oauth2.provider.token
Interface ConsumerTokenServices
- All Known Implementing Classes:
- DefaultTokenServices
public interface ConsumerTokenServices
- Author:
- Dave Syer
findTokensByUserName
Collection<OAuth2AccessToken> findTokensByUserName(String userName)
findTokensByClientId
Collection<OAuth2AccessToken> findTokensByClientId(String clientId)
revokeToken
boolean revokeToken(String tokenValue)
getClientId
String getClientId(String tokenValue)
Copyright © 2012. All Rights Reserved.