Package | Description |
---|---|
org.pac4j.config.client | |
org.pac4j.core.config | |
org.pac4j.core.engine | |
org.pac4j.core.profile | |
org.pac4j.saml.metadata |
Modifier and Type | Method and Description |
---|---|
Config |
PropertiesConfigFactory.build(Object... parameters) |
Modifier and Type | Field and Description |
---|---|
protected Config |
DefaultConfigFactory.config |
Modifier and Type | Method and Description |
---|---|
Config |
ConfigFactory.build(Object... parameters)
Build a configuration.
|
Config |
DefaultConfigFactory.build(Object... parameters) |
static Config |
ConfigBuilder.build(String factoryName,
Object... parameters) |
static Config |
ConfigSingleton.getConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigSingleton.setConfig(Config config) |
Constructor and Description |
---|
DefaultConfigFactory(Config config) |
Modifier and Type | Method and Description |
---|---|
R |
DefaultCallbackLogic.perform(C context,
Config config,
HttpActionAdapter<R,C> httpActionAdapter,
String inputDefaultUrl,
Boolean inputSaveInSession,
Boolean inputMultiProfile,
Boolean inputRenewSession,
String client) |
R |
CallbackLogic.perform(C context,
Config config,
HttpActionAdapter<R,C> httpActionAdapter,
String defaultUrl,
Boolean saveInSession,
Boolean multiProfile,
Boolean renewSession,
String client)
Perform the callback logic.
|
R |
LogoutLogic.perform(C context,
Config config,
HttpActionAdapter<R,C> httpActionAdapter,
String defaultUrl,
String logoutUrlPattern,
Boolean localLogout,
Boolean destroySession,
Boolean centralLogout)
Perform the application logout logic.
|
R |
DefaultLogoutLogic.perform(C context,
Config config,
HttpActionAdapter<R,C> httpActionAdapter,
String defaultUrl,
String inputLogoutUrlPattern,
Boolean inputLocalLogout,
Boolean inputDestroySession,
Boolean inputCentralLogout) |
R |
DefaultSecurityLogic.perform(C context,
Config config,
SecurityGrantedAccessAdapter<R,C> securityGrantedAccessAdapter,
HttpActionAdapter<R,C> httpActionAdapter,
String clients,
String authorizers,
String matchers,
Boolean inputMultiProfile,
Object... parameters) |
R |
SecurityLogic.perform(C context,
Config config,
SecurityGrantedAccessAdapter<R,C> securityGrantedAccessAdapter,
HttpActionAdapter<R,C> httpActionAdapter,
String clients,
String authorizers,
String matchers,
Boolean multiProfile,
Object... parameters)
Perform the security logic.
|
protected void |
DefaultCallbackLogic.renewSession(C context,
Config config) |
protected void |
DefaultCallbackLogic.saveUserProfile(C context,
Config config,
CommonProfile profile,
boolean saveInSession,
boolean multiProfile,
boolean renewSession) |
Modifier and Type | Method and Description |
---|---|
protected ProfileManager |
ProfileManagerFactoryAware.getProfileManager(C context,
Config config)
Given a webcontext generate a profileManager for it.
|
Modifier and Type | Method and Description |
---|---|
Config |
Saml2MetadataFilter.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
Saml2MetadataFilter.setConfig(Config config) |
Copyright © 2019. All rights reserved.