Uses of Class
org.pac4j.core.exception.http.HttpAction
Packages that use HttpAction
Package
Description
-
Uses of HttpAction in org.pac4j.core.engine
Methods in org.pac4j.core.engine that return HttpActionModifier and TypeMethodDescriptionprotected HttpActionDefaultSecurityLogic.forbidden(WebContext context, SessionStore sessionStore, List<Client> currentClients, List<UserProfile> profiles, String authorizers) Return a forbidden error.protected HttpActionDefaultSecurityLogic.redirectToIdentityProvider(WebContext context, SessionStore sessionStore, List<Client> currentClients) Perform a redirection to start the login process of the first indirect client.protected HttpActionDefaultCallbackLogic.redirectToOriginallyRequestedUrl(WebContext context, SessionStore sessionStore, String defaultUrl) protected HttpActionDefaultSecurityLogic.unauthorized(WebContext context, SessionStore sessionStore, List<Client> currentClients) Return an unauthorized error. -
Uses of HttpAction in org.pac4j.core.engine.savedrequest
Methods in org.pac4j.core.engine.savedrequest that return HttpActionModifier and TypeMethodDescriptionDefaultSavedRequestHandler.restore(WebContext context, SessionStore sessionStore, String defaultUrl) SavedRequestHandler.restore(WebContext webContext, SessionStore sessionStore, String defaultUrl) Restore the saved request. -
Uses of HttpAction in org.pac4j.core.exception.http
Subclasses of HttpAction in org.pac4j.core.exception.httpModifier and TypeClassDescriptionclassA bad request action.classA forbidden HTTP action.classA "Found" HTTP action.classA no content HTTP action.classAn OK HTTP action.classA "redirection" HTTP action.classA "See Other" HTTP action.classAn HTTP action with just a specific status and maybe a content.classAn unauthorized HTTP action. -
Uses of HttpAction in org.pac4j.core.http.adapter
Methods in org.pac4j.core.http.adapter with parameters of type HttpActionModifier and TypeMethodDescriptionHttpActionAdapter.adapt(HttpAction action, WebContext context) Adapt the HTTP action. -
Uses of HttpAction in org.pac4j.core.http.ajax
Methods in org.pac4j.core.http.ajax that return HttpActionModifier and TypeMethodDescriptionAjaxRequestResolver.buildAjaxResponse(WebContext context, SessionStore sessionStore, RedirectionActionBuilder redirectionActionBuilder) Build an AJAX reponse.DefaultAjaxRequestResolver.buildAjaxResponse(WebContext context, SessionStore sessionStore, RedirectionActionBuilder redirectionActionBuilder) -
Uses of HttpAction in org.pac4j.core.util
Methods in org.pac4j.core.util that return HttpActionModifier and TypeMethodDescriptionstatic HttpActionHttpActionHelper.buildUnauthenticatedAction(WebContext context) Build the action for unauthenticated users.