| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfiguration.getEndpointsConfigurer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationServerConfigurer.configure(AuthorizationServerEndpointsConfigurer endpoints)
Deprecated.
Configure the non-security features of the Authorization Server endpoints, like token store, token
customizations, user approvals and grant types.
|
void |
AuthorizationServerConfigurerAdapter.configure(AuthorizationServerEndpointsConfigurer endpoints)
Deprecated.
|
| Constructor and Description |
|---|
AuthorizationServerTokenServicesFactoryBean(AuthorizationServerEndpointsConfigurer endpoints) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.accessTokenConverter(AccessTokenConverter accessTokenConverter)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.addInterceptor(org.springframework.web.servlet.HandlerInterceptor interceptor)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.addInterceptor(org.springframework.web.context.request.WebRequestInterceptor interceptor)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.allowedTokenEndpointRequestMethods(org.springframework.http.HttpMethod... requestMethods)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.approvalStore(ApprovalStore approvalStore)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.approvalStoreDisabled()
Deprecated.
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)
Deprecated.
The AuthenticationManager for the password grant.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.authorizationCodeServices(AuthorizationCodeServices authorizationCodeServices)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.exceptionTranslator(WebResponseExceptionTranslator<OAuth2Exception> exceptionTranslator)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.pathMapping(String defaultPath,
String customPath)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.prefix(String prefix)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.redirectResolver(RedirectResolver redirectResolver)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.requestFactory(OAuth2RequestFactory requestFactory)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.requestValidator(OAuth2RequestValidator requestValidator)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.reuseRefreshTokens(boolean reuseRefreshToken)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenEnhancer(TokenEnhancer tokenEnhancer)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenGranter(TokenGranter tokenGranter)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenServices(AuthorizationServerTokenServices tokenServices)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenStore(TokenStore tokenStore)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.userApprovalHandler(UserApprovalHandler approvalHandler)
Deprecated.
|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.userDetailsService(org.springframework.security.core.userdetails.UserDetailsService userDetailsService)
Deprecated.
|
Copyright © 2021. All rights reserved.