Uses of Interface
org.pac4j.core.http.ajax.AjaxRequestResolver
Packages that use AjaxRequestResolver
-
Uses of AjaxRequestResolver in org.pac4j.core.client
Methods in org.pac4j.core.client that return AjaxRequestResolverModifier and TypeMethodDescriptionClients.getAjaxRequestResolver()IndirectClient.getAjaxRequestResolver()Methods in org.pac4j.core.client with parameters of type AjaxRequestResolverModifier and TypeMethodDescriptionvoidClients.setAjaxRequestResolver(AjaxRequestResolver ajaxRequestResolver) voidIndirectClient.setAjaxRequestResolver(AjaxRequestResolver ajaxRequestResolver) -
Uses of AjaxRequestResolver in org.pac4j.core.engine
Methods in org.pac4j.core.engine with parameters of type AjaxRequestResolverModifier and TypeMethodDescriptionprotected voidDefaultSecurityLogic.saveRequestedUrl(WebContext context, SessionStore sessionStore, List<Client> currentClients, AjaxRequestResolver ajaxRequestResolver) Save the requested url. -
Uses of AjaxRequestResolver in org.pac4j.core.http.ajax
Classes in org.pac4j.core.http.ajax that implement AjaxRequestResolverModifier and TypeClassDescriptionclassDefault way to compute if a HTTP request is an AJAX one.