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