@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,
OauthAuthenticationMapper authenticationMapper,
SecureEndpoint tokenEndpoint)
Receives the authorization response and ultimately
returns the authentication response.
|
public org.reactivestreams.Publisher<AuthenticationResponse> handle(AuthorizationResponse authorizationResponse, OauthClientConfiguration clientConfiguration, OauthAuthenticationMapper authenticationMapper, SecureEndpoint tokenEndpoint)
OauthAuthorizationResponseHandler
handle
in interface OauthAuthorizationResponseHandler
authorizationResponse
- The authorization responseclientConfiguration
- The client configurationauthenticationMapper
- The authetncation mappertokenEndpoint
- The token endpoint