public class AwsCognitoEndSessionEndpoint extends AbstractEndSessionRequest
clientConfiguration, endSessionCallbackUrlBuilder, providerMetadata, providerMetadataSupplier| Constructor and Description | 
|---|
| AwsCognitoEndSessionEndpoint(EndSessionCallbackUrlBuilder endSessionCallbackUrlBuilder,
                            OauthClientConfiguration clientConfiguration,
                            OpenIdProviderMetadata providerMetadata)Deprecated. 
 | 
| AwsCognitoEndSessionEndpoint(EndSessionCallbackUrlBuilder endSessionCallbackUrlBuilder,
                            OauthClientConfiguration clientConfiguration,
                            java.util.function.Supplier<OpenIdProviderMetadata> providerMetadata) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.Map<java.lang.String,java.lang.Object> | getArguments(io.micronaut.http.HttpRequest originating,
            Authentication authentication) | 
| protected java.lang.String | getUrl() | 
getRedirectUri, getUrl@Deprecated public AwsCognitoEndSessionEndpoint(EndSessionCallbackUrlBuilder endSessionCallbackUrlBuilder, OauthClientConfiguration clientConfiguration, OpenIdProviderMetadata providerMetadata)
AwsCognitoEndSessionEndpoint(EndSessionCallbackUrlBuilder, OauthClientConfiguration, Supplier) instead.endSessionCallbackUrlBuilder - The end session callback URL builderclientConfiguration - The client configurationproviderMetadata - The provider metadatapublic AwsCognitoEndSessionEndpoint(EndSessionCallbackUrlBuilder endSessionCallbackUrlBuilder, OauthClientConfiguration clientConfiguration, java.util.function.Supplier<OpenIdProviderMetadata> providerMetadata)
endSessionCallbackUrlBuilder - The end session callback URL builderclientConfiguration - The client configurationproviderMetadata - The provider metadata supplierprotected java.lang.String getUrl()
getUrl in class AbstractEndSessionRequestprotected java.util.Map<java.lang.String,java.lang.Object> getArguments(io.micronaut.http.HttpRequest originating,
                                                                        Authentication authentication)
getArguments in class AbstractEndSessionRequestoriginating - The originating requestauthentication - The authentication