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.DefaultCallbackLogic
CALLBACK_LOGIC
static org.pac4j.core.engine.LogoutLogic
LOGOUT_LOGIC
static org.pac4j.core.engine.DefaultSecurityLogic
SECURITY_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.Config
build(Object... parameters)
static org.pac4j.core.config.Config
getConfig()
static void
refresh()
-
-
-
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:
build
in interfaceorg.pac4j.core.config.ConfigFactory
-
-