public class SpringSecurityOAuth2Provider extends Object implements SecurityOAuth2Provider
| Constructor and Description |
|---|
SpringSecurityOAuth2Provider(org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping oauth2EndpointHandlerMapping)
Instantiates a new Spring security o auth 2 provider.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getFrameworkEndpoints() |
Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> |
getHandlerMethods() |
org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping |
getOauth2EndpointHandlerMapping()
Gets oauth 2 endpoint handler mapping.
|
public SpringSecurityOAuth2Provider(org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping oauth2EndpointHandlerMapping)
oauth2EndpointHandlerMapping - the oauth 2 endpoint handler mappingpublic org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping getOauth2EndpointHandlerMapping()
public Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> getHandlerMethods()
getHandlerMethods in interface SecurityOAuth2Providerpublic Map getFrameworkEndpoints()
getFrameworkEndpoints in interface SecurityOAuth2ProviderCopyright © 2020. All rights reserved.