Class SecurityChainConfigurer
java.lang.Object
org.frankframework.console.configuration.SecurityChainConfigurer
- All Implemented Interfaces:
 org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.EnvironmentAware
@Configuration
@EnableWebSecurity
@EnableMethodSecurity(jsr250Enabled=true,
                      prePostEnabled=false)
@Order(-2147483548)
public class SecurityChainConfigurer
extends Object
implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChaincreateConsoleSecurityChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, IAuthenticator consoleAuthenticator) voidsetEnvironment(org.springframework.core.env.Environment env) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext 
- 
Constructor Details
- 
SecurityChainConfigurer
public SecurityChainConfigurer() 
 - 
 - 
Method Details
- 
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment env) - Specified by:
 setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
 - 
consoleAuthenticator
 - 
createConsoleSecurityChain
@Bean public org.springframework.security.web.SecurityFilterChain createConsoleSecurityChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, IAuthenticator consoleAuthenticator) throws Exception - Throws:
 Exception
 
 -