Class OAuth2AuthorizationServerMetadataEndpointConfigurer
java.lang.Object
org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OAuth2AuthorizationServerMetadataEndpointConfigurer
Configurer for the OAuth 2.0 Authorization Server Metadata Endpoint.
- Since:
- 7.0
- See Also:
-
OAuth2AuthorizationServerConfigurer.authorizationServerMetadataEndpoint(org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OAuth2AuthorizationServerMetadataEndpointConfigurer>)OAuth2AuthorizationServerMetadataEndpointFilter
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationServerMetadataCustomizer(Consumer<OAuth2AuthorizationServerMetadata.Builder> authorizationServerMetadataCustomizer) Sets theConsumerproviding access to theOAuth2AuthorizationServerMetadata.Builderallowing the ability to customize the claims of the Authorization Server's configuration.protected final ObjectPostProcessor<Object>protected final <T> TpostProcess(T object)
-
Method Details
-
authorizationServerMetadataCustomizer
public OAuth2AuthorizationServerMetadataEndpointConfigurer authorizationServerMetadataCustomizer(Consumer<OAuth2AuthorizationServerMetadata.Builder> authorizationServerMetadataCustomizer) Sets theConsumerproviding access to theOAuth2AuthorizationServerMetadata.Builderallowing the ability to customize the claims of the Authorization Server's configuration.- Parameters:
authorizationServerMetadataCustomizer- theConsumerproviding access to theOAuth2AuthorizationServerMetadata.Builder- Returns:
- the
OAuth2AuthorizationServerMetadataEndpointConfigurerfor further configuration
-
postProcess
protected final <T> T postProcess(T object) -
getObjectPostProcessor
-