Package | Description |
---|---|
org.springframework.security.oauth2.config.annotation.web.configurers | |
org.springframework.security.oauth2.provider.authentication |
Modifier and Type | Method and Description |
---|---|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.tokenExtractor(TokenExtractor tokenExtractor) |
Modifier and Type | Class and Description |
---|---|
class |
BearerTokenExtractor
TokenExtractor that strips the authenticator from a bearer token request (with an Authorization header in the
form "Bearer <TOKEN> ", or as a request parameter if that fails). |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2AuthenticationProcessingFilter.setTokenExtractor(TokenExtractor tokenExtractor) |
Copyright © 2019. All rights reserved.