Package com.axelor.auth.pac4j.config
Class BaseConfig
java.lang.Object
org.pac4j.core.config.Config
com.axelor.auth.pac4j.config.BaseConfig
- Direct Known Subclasses:
LogoutConfig
@Singleton
public class BaseConfig
extends org.pac4j.core.config.Config
-
Constructor Summary
ConstructorsConstructorDescriptionBaseConfig
(org.pac4j.core.client.Clients clients, AxelorUserAuthorizer userAuthorizer, AxelorCsrfAuthorizer csrfAuthorizer, AxelorCsrfMatcher csrfMatcher, AxelorSecurityLogic securityLogic, AxelorCallbackLogic callbackLogic, AxelorLogoutLogic logoutLogic) -
Method Summary
Methods inherited from class org.pac4j.core.config.Config
addAuthorizer, addClient, addMatcher, getAuthorizers, getCallbackLogic, getClients, getHttpActionAdapter, getLogoutLogic, getMatchers, getProfileManagerFactory, getSecurityLogic, getSessionLogoutHandler, getSessionStoreFactory, getWebContextFactory, setAuthorizer, setAuthorizers, setCallbackLogic, setCallbackLogicIfUndefined, setClients, setConfigForClients, setHttpActionAdapter, setHttpActionAdapterIfUndefined, setLogoutLogic, setLogoutLogicIfUndefined, setMatcher, setMatchers, setProfileManagerFactory, setProfileManagerFactoryIfUndefined, setSecurityLogic, setSecurityLogicIfUndefined, setSessionLogoutHandler, setSessionStoreFactory, setSessionStoreFactoryIfUndefined, setWebContextFactory, setWebContextFactoryIfUndefined, withAuthorizers, withCallbackLogic, withClients, withHttpActionAdapter, withLogoutLogic, withMatchers, withProfileManagerFactory, withSecurityLogic, withSessionLogoutHandler, withSessionStoreFactory, withWebContextFactory
-
Constructor Details
-
BaseConfig
@Inject public BaseConfig(org.pac4j.core.client.Clients clients, AxelorUserAuthorizer userAuthorizer, AxelorCsrfAuthorizer csrfAuthorizer, AxelorCsrfMatcher csrfMatcher, AxelorSecurityLogic securityLogic, AxelorCallbackLogic callbackLogic, AxelorLogoutLogic logoutLogic)
-