Package de.xima.fc.security.pac4j.config
Class BackendConfigFactory
- java.lang.Object
 - 
- de.xima.fc.security.pac4j.config.BackendConfigFactory
 
 
- 
- All Implemented Interfaces:
 org.pac4j.core.config.ConfigFactory
public class BackendConfigFactory extends Object implements org.pac4j.core.config.ConfigFactory
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static org.pac4j.core.engine.DefaultCallbackLogicCALLBACK_LOGICstatic org.pac4j.core.engine.LogoutLogicLOGOUT_LOGICstatic org.pac4j.core.engine.DefaultSecurityLogicSECURITY_LOGIC 
- 
Constructor Summary
Constructors Constructor Description BackendConfigFactory() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pac4j.core.config.Configbuild(Object... parameters)static org.pac4j.core.config.ConfiggetConfig()static voidrefresh() 
 - 
 
- 
- 
Method Detail
- 
getConfig
public static org.pac4j.core.config.Config getConfig()
 
- 
refresh
public static void refresh()
 
- 
build
public org.pac4j.core.config.Config build(Object... parameters)
- Specified by:
 buildin interfaceorg.pac4j.core.config.ConfigFactory
 
 - 
 
 -