Uses of Interface
org.pac4j.core.http.adapter.HttpActionAdapter
Packages that use HttpActionAdapter
Package
Description
-
Uses of HttpActionAdapter in org.pac4j.core.config
Fields in org.pac4j.core.config declared as HttpActionAdapterMethods in org.pac4j.core.config that return HttpActionAdapterMethods in org.pac4j.core.config with parameters of type HttpActionAdapterModifier and TypeMethodDescriptionvoidConfig.setHttpActionAdapter(HttpActionAdapter httpActionAdapter) -
Uses of HttpActionAdapter in org.pac4j.core.engine
Methods in org.pac4j.core.engine with parameters of type HttpActionAdapterModifier and TypeMethodDescriptionprotected ObjectAbstractExceptionAwareLogic.handleException(Exception e, HttpActionAdapter httpActionAdapter, WebContext context) Handle exceptions.CallbackLogic.perform(WebContext webContext, SessionStore sessionStore, Config config, HttpActionAdapter httpActionAdapter, String defaultUrl, Boolean renewSession, String defaultClient) Perform the callback logic.DefaultCallbackLogic.perform(WebContext webContext, SessionStore sessionStore, Config config, HttpActionAdapter httpActionAdapter, String inputDefaultUrl, Boolean inputRenewSession, String defaultClient) DefaultLogoutLogic.perform(WebContext context, SessionStore sessionStore, Config config, HttpActionAdapter httpActionAdapter, String defaultUrl, String inputLogoutUrlPattern, Boolean inputLocalLogout, Boolean inputDestroySession, Boolean inputCentralLogout) DefaultSecurityLogic.perform(WebContext context, SessionStore sessionStore, Config config, SecurityGrantedAccessAdapter securityGrantedAccessAdapter, HttpActionAdapter httpActionAdapter, String clients, String authorizers, String matchers, Object... parameters) LogoutLogic.perform(WebContext context, SessionStore sessionStore, Config config, HttpActionAdapter httpActionAdapter, String defaultUrl, String logoutUrlPattern, Boolean localLogout, Boolean destroySession, Boolean centralLogout) Perform the application logout logic.SecurityLogic.perform(WebContext context, SessionStore sessionStore, Config config, SecurityGrantedAccessAdapter securityGrantedAccessAdapter, HttpActionAdapter httpActionAdapter, String clients, String authorizers, String matchers, Object... parameters) Perform the security logic. -
Uses of HttpActionAdapter in org.pac4j.core.util
Methods in org.pac4j.core.util that return HttpActionAdapterModifier and TypeMethodDescriptionstatic HttpActionAdapterFindBest.httpActionAdapter(HttpActionAdapter localAdapter, Config config, HttpActionAdapter defaultAdapter) Methods in org.pac4j.core.util with parameters of type HttpActionAdapterModifier and TypeMethodDescriptionstatic HttpActionAdapterFindBest.httpActionAdapter(HttpActionAdapter localAdapter, Config config, HttpActionAdapter defaultAdapter) -
Uses of HttpActionAdapter in org.pac4j.core.util.security
Methods in org.pac4j.core.util.security with parameters of type HttpActionAdapterModifier and TypeMethodDescriptionvoidSecurityEndpoint.setHttpActionAdapter(HttpActionAdapter httpActionAdapter)