public abstract class ServletAuthenticatorBase extends Object implements IAuthenticator, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
static List<String> |
DEFAULT_IBIS_ROLES |
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, configure the FilterChain.
|
org.springframework.security.web.SecurityFilterChain |
configureHttpSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
Spring invoked HttpSecurity
|
protected Properties |
getEnvironmentProperties() |
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
protected final Properties getEnvironmentProperties()
public final void registerServlet(ServletConfiguration config)
registerServlet
in interface IAuthenticator
public void build()
build
in interface IAuthenticator
public org.springframework.security.web.SecurityFilterChain configureHttpSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
IAuthenticator
configureHttpSecurity
in interface IAuthenticator
Copyright © 2023 Frank!Framework. All rights reserved.