public class OAuth2LoginConfigurer.AuthorizationEndpointConfig
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
OAuth2LoginConfigurer<B> |
and()
Returns the
OAuth2LoginConfigurer for further configuration. |
OAuth2LoginConfigurer.AuthorizationEndpointConfig |
authorizationRequestRepository(org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository)
Sets the repository used for storing
OAuth2AuthorizationRequest's. |
OAuth2LoginConfigurer.AuthorizationEndpointConfig |
baseUri(java.lang.String authorizationRequestBaseUri)
Sets the base
URI used for authorization requests. |
public OAuth2LoginConfigurer.AuthorizationEndpointConfig baseUri(java.lang.String authorizationRequestBaseUri)
URI used for authorization requests.authorizationRequestBaseUri - the base URI used for authorization requestsOAuth2LoginConfigurer.AuthorizationEndpointConfig for further configurationpublic OAuth2LoginConfigurer.AuthorizationEndpointConfig authorizationRequestRepository(org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository)
OAuth2AuthorizationRequest's.authorizationRequestRepository - the repository used for storing OAuth2AuthorizationRequest'sOAuth2LoginConfigurer.AuthorizationEndpointConfig for further configurationpublic OAuth2LoginConfigurer<B> and()
OAuth2LoginConfigurer for further configuration.OAuth2LoginConfigurer