@Singleton public class DefaultOauthAuthorizationResponseHandler extends java.lang.Object implements OauthAuthorizationResponseHandler
OauthAuthorizationResponseHandler.| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<AuthenticationResponse> |
handle(AuthorizationResponse authorizationResponse,
OauthClientConfiguration clientConfiguration,
OauthUserDetailsMapper userDetailsMapper,
SecureEndpoint tokenEndpoint)
Receives the authorization response and ultimately
returns the authentication response.
|
public org.reactivestreams.Publisher<AuthenticationResponse> handle(AuthorizationResponse authorizationResponse, OauthClientConfiguration clientConfiguration, OauthUserDetailsMapper userDetailsMapper, SecureEndpoint tokenEndpoint)
OauthAuthorizationResponseHandlerhandle in interface OauthAuthorizationResponseHandlerauthorizationResponse - The authorization responseclientConfiguration - The client configurationuserDetailsMapper - The user details mappertokenEndpoint - The token endpoint