@Configuration
@EnableWebSecurity
public class ProbeSecurityConfig
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
| Constructor and Description |
|---|
ProbeSecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.access.vote.AffirmativeBased |
getAffirmativeBased()
Gets the affirmative based.
|
org.springframework.security.web.access.ExceptionTranslationFilter |
getExceptionTranslationFilter()
Gets the exception translation filter.
|
org.springframework.security.web.FilterChainProxy |
getFilterChainProxy()
Gets the filter chain proxy.
|
org.springframework.security.web.access.intercept.FilterSecurityInterceptor |
getFilterSecurityInterceptor()
Gets the filter security interceptor.
|
org.springframework.security.web.authentication.Http403ForbiddenEntryPoint |
getHttp403ForbiddenEntryPoint()
Gets the http 403 forbidden entry point.
|
org.springframework.security.web.savedrequest.HttpSessionRequestCache |
getHttpSessionRequestCache()
Gets the http session request cache.
|
org.springframework.security.web.authentication.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource |
getJ2eeBasedPreAuthenticatedWebAuthenticationDetailsSource()
Gets the j 2 ee based pre authenticated web authentication details source.
|
org.springframework.security.web.authentication.preauth.j2ee.J2eePreAuthenticatedProcessingFilter |
getJ2eePreAuthenticatedProcessingFilter()
Gets the j 2 ee pre authenticated processing filter.
|
org.springframework.security.web.authentication.logout.LogoutFilter |
getLogoutFilter()
Gets the logout filter.
|
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationProvider |
getPreAuthenticatedAuthenticationProvider()
Gets the pre authenticated authentication provider.
|
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService |
getPreAuthenticatedGrantedAuthoritiesUserDetailsService()
Gets the pre authenticated granted authorities user details service.
|
org.springframework.security.authentication.ProviderManager |
getProviderManager()
Gets the provider manager.
|
org.springframework.security.access.vote.RoleVoter |
getRoleVoter()
Gets the role voter.
|
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter |
getSecurityContextHolderAwareRequestFilter()
Gets the security context holder aware request filter.
|
org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler |
getSecurityContextLogoutHandler()
Gets the security context logout handler.
|
org.springframework.security.web.context.SecurityContextPersistenceFilter |
getSecurityContextPersistenceFilter()
Gets the security context persistence filter.
|
org.springframework.security.core.authority.mapping.SimpleAttributes2GrantedAuthoritiesMapper |
getSimpleAttributes2GrantedAuthoritiesMapper()
Gets the simple attributes 2 granted authorities mapper.
|
org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever |
getWebXmlMappableAttributesRetriever()
Gets the web xml mappable attributes retriever.
|
com.thoughtworks.xstream.XStream |
getXstream()
Gets the xstream.
|
authenticationManager, authenticationManagerBean, configure, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean@Bean(name="filterChainProxy") public org.springframework.security.web.FilterChainProxy getFilterChainProxy()
@Bean(name="authenticationManager") public org.springframework.security.authentication.ProviderManager getProviderManager()
@Bean(name="sif") public org.springframework.security.web.context.SecurityContextPersistenceFilter getSecurityContextPersistenceFilter()
@Bean(name="preAuthenticatedAuthenticationProvider") public org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationProvider getPreAuthenticatedAuthenticationProvider()
@Bean(name="preAuthenticatedUserDetailsService") public org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService getPreAuthenticatedGrantedAuthoritiesUserDetailsService()
@Bean(name="j2eePreAuthenticatedProcessingFilter") public org.springframework.security.web.authentication.preauth.j2ee.J2eePreAuthenticatedProcessingFilter getJ2eePreAuthenticatedProcessingFilter()
@Bean(name="preAuthenticatedProcessingFilterEntryPoint") public org.springframework.security.web.authentication.Http403ForbiddenEntryPoint getHttp403ForbiddenEntryPoint()
@Bean(name="logoutFilter") public org.springframework.security.web.authentication.logout.LogoutFilter getLogoutFilter()
@Bean(name="securityContextLogoutHandler") public org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler getSecurityContextLogoutHandler()
@Bean(name="authenticationDetailsSource") public org.springframework.security.web.authentication.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource getJ2eeBasedPreAuthenticatedWebAuthenticationDetailsSource()
@Bean(name="j2eeUserRoles2GrantedAuthoritiesMapper") public org.springframework.security.core.authority.mapping.SimpleAttributes2GrantedAuthoritiesMapper getSimpleAttributes2GrantedAuthoritiesMapper()
@Bean(name="j2eeMappableRolesRetriever") public org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever getWebXmlMappableAttributesRetriever()
@Bean(name="etf") public org.springframework.security.web.access.ExceptionTranslationFilter getExceptionTranslationFilter()
@Bean(name="httpRequestAccessDecisionManager") public org.springframework.security.access.vote.AffirmativeBased getAffirmativeBased()
@Bean(name="fsi") public org.springframework.security.web.access.intercept.FilterSecurityInterceptor getFilterSecurityInterceptor()
@Bean(name="roleVoter") public org.springframework.security.access.vote.RoleVoter getRoleVoter()
@Bean(name="securityContextHolderAwareRequestFilter") public org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter getSecurityContextHolderAwareRequestFilter()
@Bean(name="httpSessionRequestCache") public org.springframework.security.web.savedrequest.HttpSessionRequestCache getHttpSessionRequestCache()
@Bean(name="xstream") public com.thoughtworks.xstream.XStream getXstream()
Copyright © 2009–2020 psi-probe. All rights reserved.