@Configuration @EnableWebSecurity public class BasicAuthSecurityConfiguration extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
OAuthSecurityConfiguration
.OAuthSecurityConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
BasicAuthSecurityConfiguration.AuthorizationConfig
Holds configuration for the authorization aspects of security.
|
Modifier and Type | Field and Description |
---|---|
static Pattern |
AUTHORIZATION_RULE |
Constructor and Description |
---|
BasicAuthSecurityConfiguration() |
Modifier and Type | Method and Description |
---|---|
BasicAuthSecurityConfiguration.AuthorizationConfig |
config() |
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
org.springframework.session.SessionRepository<org.springframework.session.ExpiringSession> |
sessionRepository() |
authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
public static final Pattern AUTHORIZATION_RULE
@Bean public org.springframework.session.SessionRepository<org.springframework.session.ExpiringSession> sessionRepository()
@Bean public BasicAuthSecurityConfiguration.AuthorizationConfig config()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.