Modifier and Type | Method and Description |
---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfiguration.getEndpointsConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationServerConfigurerAdapter.configure(AuthorizationServerEndpointsConfigurer endpoints) |
void |
AuthorizationServerConfigurer.configure(AuthorizationServerEndpointsConfigurer endpoints)
Configure the non-security features of the Authorization Server endpoints, like token store, token
customizations, user approvals and grant types.
|
Constructor and Description |
---|
AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean(AuthorizationServerEndpointsConfigurer endpoints) |
Modifier and Type | Method and Description |
---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.accessTokenConverter(AccessTokenConverter accessTokenConverter) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.addInterceptor(HandlerInterceptor interceptor) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.addInterceptor(WebRequestInterceptor interceptor) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.allowedTokenEndpointRequestMethods(org.springframework.http.HttpMethod... requestMethods) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.approvalStore(ApprovalStore approvalStore) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.approvalStoreDisabled()
Explicitly disable the approval store, even if one would normally be added automatically (usually when JWT is not
used).
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.authenticationManager(org.springframework.security.authentication.AuthenticationManager authenticationManager)
The AuthenticationManager for the password grant.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.authorizationCodeServices(AuthorizationCodeServices authorizationCodeServices) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.exceptionTranslator(WebResponseExceptionTranslator<OAuth2Exception> exceptionTranslator) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.pathMapping(String defaultPath,
String customPath) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.prefix(String prefix) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.redirectResolver(RedirectResolver redirectResolver) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.requestFactory(OAuth2RequestFactory requestFactory) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.requestValidator(OAuth2RequestValidator requestValidator) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.reuseRefreshTokens(boolean reuseRefreshToken) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenEnhancer(TokenEnhancer tokenEnhancer) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenGranter(TokenGranter tokenGranter) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenServices(AuthorizationServerTokenServices tokenServices) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenStore(TokenStore tokenStore) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.userApprovalHandler(UserApprovalHandler approvalHandler) |
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.userDetailsService(org.springframework.security.core.userdetails.UserDetailsService userDetailsService) |
Copyright © 2019. All rights reserved.