public class CompositeDecisionResourceServerTokenServices extends Object implements DecisionResourceServerTokenServices
uuidPattern| Constructor and Description |
|---|
CompositeDecisionResourceServerTokenServices(List<DecisionResourceServerTokenServices> tokenServices) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(String accessToken) |
org.springframework.security.oauth2.provider.OAuth2Authentication |
loadAuthentication(String accessToken) |
org.springframework.security.oauth2.common.OAuth2AccessToken |
readAccessToken(String accessToken) |
public CompositeDecisionResourceServerTokenServices(List<DecisionResourceServerTokenServices> tokenServices)
public boolean canHandle(String accessToken)
canHandle in interface DecisionResourceServerTokenServicespublic org.springframework.security.oauth2.provider.OAuth2Authentication loadAuthentication(String accessToken) throws org.springframework.security.core.AuthenticationException, org.springframework.security.oauth2.common.exceptions.InvalidTokenException
loadAuthentication in interface org.springframework.security.oauth2.provider.token.ResourceServerTokenServicesorg.springframework.security.core.AuthenticationExceptionorg.springframework.security.oauth2.common.exceptions.InvalidTokenExceptionpublic org.springframework.security.oauth2.common.OAuth2AccessToken readAccessToken(String accessToken)
readAccessToken in interface org.springframework.security.oauth2.provider.token.ResourceServerTokenServicesCopyright © 2016 Pivotal Software, Inc.. All rights reserved.