@ConditionalOnBean(value=org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter.class)
public class GlobalSecurityConfig
extends org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter
To override that it is necessary to create own global security configuration with higher precedence
or better use AutoConfigureBefore declaration with relation to this configuration.
| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalSecurityConfig.AuthRole
Default authentication roles definition.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PATH_PATTERN
Default path separator:
**. |
| Constructor and Description |
|---|
GlobalSecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
public static final String DEFAULT_PATH_PATTERN
**.public void init(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws Exception
init in interface org.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.authentication.AuthenticationManager,org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder>init in class org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapterExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.