@Deprecated public interface OAuthAuthenticationHandler
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
createAuthentication(javax.servlet.http.HttpServletRequest request,
ConsumerAuthentication authentication,
OAuthAccessProviderToken authToken)
Deprecated.
Create the authentication object for an authenticated OAuth request.
|
org.springframework.security.core.Authentication createAuthentication(javax.servlet.http.HttpServletRequest request,
ConsumerAuthentication authentication,
OAuthAccessProviderToken authToken)
request - The request that was successfully authenticated.authentication - The consumer authentication (details about how the request was authenticated).authToken - The OAuth token associated with the authentication. This token MAY be null if no authenticated token was needed to successfully
authenticate the request (for example, in the case of 2-legged OAuth).Copyright © 2020. All rights reserved.