Class LadybugSecurityConfiguration
java.lang.Object
org.frankframework.ladybug.config.LadybugSecurityConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
,org.springframework.context.EnvironmentAware
@Configuration
public class LadybugSecurityConfiguration
extends Object
implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
Adds the
IAuthenticator
, so the LadybugSecurityChainConfigurer
can use it to secure the ladybug in a traditional WAR deployment.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.springframework.context.EnvironmentAware
setEnvironment
-
Constructor Details
-
LadybugSecurityConfiguration
public LadybugSecurityConfiguration()
-
-
Method Details
-
ladybugAuthenticator
-