public class ConfigurableAccessTokenConverter
extends org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
| Constructor and Description |
|---|
ConfigurableAccessTokenConverter(String scopeClaim,
String rolesClaim) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.common.OAuth2AccessToken |
extractAccessToken(String value,
Map<String,?> map) |
org.springframework.security.oauth2.provider.OAuth2Authentication |
extractAuthentication(Map<String,?> map) |
public org.springframework.security.oauth2.common.OAuth2AccessToken extractAccessToken(String value, Map<String,?> map)
extractAccessToken in interface org.springframework.security.oauth2.provider.token.AccessTokenConverterextractAccessToken in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverterpublic org.springframework.security.oauth2.provider.OAuth2Authentication extractAuthentication(Map<String,?> map)
extractAuthentication in interface org.springframework.security.oauth2.provider.token.AccessTokenConverterextractAuthentication in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverterCopyright © 2017–2018 Okta. All rights reserved.