| Package | Description |
|---|---|
| org.springframework.security.oauth.provider | |
| org.springframework.security.oauth.provider.token |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
DefaultAuthenticationHandler.createAuthentication(javax.servlet.http.HttpServletRequest request,
ConsumerAuthentication authentication,
OAuthAccessProviderToken authToken)
Deprecated.
Default implementation returns the user authentication associated with the auth token, if the token is provided.
|
org.springframework.security.core.Authentication |
OAuthAuthenticationHandler.createAuthentication(javax.servlet.http.HttpServletRequest request,
ConsumerAuthentication authentication,
OAuthAccessProviderToken authToken)
Deprecated.
Create the authentication object for an authenticated OAuth request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthProviderTokenImpl
|
| Modifier and Type | Method and Description |
|---|---|
OAuthAccessProviderToken |
RandomValueProviderTokenServices.createAccessToken(String requestToken)
Deprecated.
|
OAuthAccessProviderToken |
OAuthProviderTokenServices.createAccessToken(String requestToken)
Deprecated.
Create an OAuth access token given the specified request token.
|
Copyright © 2020. All rights reserved.