| Modifier and Type | Method and Description |
|---|---|
protected void |
AuthorizationServerSecurityConfiguration.configure(AuthorizationServerSecurityConfigurer oauthServer)
Deprecated.
|
void |
AuthorizationServerConfigurer.configure(AuthorizationServerSecurityConfigurer security)
Deprecated.
Configure the security of the Authorization Server, which means in practical terms the /oauth/token endpoint.
|
void |
AuthorizationServerConfigurerAdapter.configure(AuthorizationServerSecurityConfigurer security)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerSecurityConfigurer |
AuthorizationServerSecurityConfigurer.accessDeniedHandler(org.springframework.security.web.access.AccessDeniedHandler accessDeniedHandler)
Deprecated.
|
AuthorizationServerSecurityConfigurer |
AuthorizationServerSecurityConfigurer.allowFormAuthenticationForClients()
Deprecated.
|
AuthorizationServerSecurityConfigurer |
AuthorizationServerSecurityConfigurer.authenticationEntryPoint(org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint)
Deprecated.
|
AuthorizationServerSecurityConfigurer |
AuthorizationServerSecurityConfigurer.checkTokenAccess(String checkTokenAccess)
Deprecated.
|
AuthorizationServerSecurityConfigurer |
AuthorizationServerSecurityConfigurer.passwordEncoder(org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
Deprecated.
|
AuthorizationServerSecurityConfigurer |
AuthorizationServerSecurityConfigurer.realm(String realm)
Deprecated.
|
AuthorizationServerSecurityConfigurer |
AuthorizationServerSecurityConfigurer.sslOnly()
Deprecated.
|
AuthorizationServerSecurityConfigurer |
AuthorizationServerSecurityConfigurer.tokenKeyAccess(String tokenKeyAccess)
Deprecated.
|
Copyright © 2020. All rights reserved.