public abstract class ServletAuthenticatorBase extends Object implements IAuthenticator, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
ServletAuthenticatorBase() |
Modifier and Type | Method and Description |
---|---|
void |
build() |
protected abstract org.springframework.security.web.SecurityFilterChain |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
Before building it configures the Chain.
|
void |
registerServlet(ServletConfiguration config) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public final void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
public final void registerServlet(ServletConfiguration config)
registerServlet
in interface IAuthenticator
public void build()
build
in interface IAuthenticator
Copyright © 2023 Frank!Framework. All rights reserved.