Uses of Class
org.pac4j.core.exception.http.RedirectionAction
Packages that use RedirectionAction
Package
Description
-
Uses of RedirectionAction in org.pac4j.core.client
Methods in org.pac4j.core.client that return types with arguments of type RedirectionActionModifier and TypeMethodDescriptionClient.getLogoutAction(WebContext context, SessionStore sessionStore, UserProfile currentProfile, String targetUrl) Return the logout action (indirect clients).final Optional<RedirectionAction>DirectClient.getLogoutAction(WebContext context, SessionStore sessionStore, UserProfile currentProfile, String targetUrl) final Optional<RedirectionAction>IndirectClient.getLogoutAction(WebContext context, SessionStore sessionStore, UserProfile currentProfile, String targetUrl) Client.getRedirectionAction(WebContext context, SessionStore sessionStore) Return the redirection action to the authentication provider (indirect clients).final Optional<RedirectionAction>DirectClient.getRedirectionAction(WebContext context, SessionStore sessionStore) final Optional<RedirectionAction>IndirectClient.getRedirectionAction(WebContext context, SessionStore sessionStore) If an authentication has already been tried for this client and has failed (nullcredentials) or if the request is an AJAX one, an unauthorized response is thrown instead of a "redirection". -
Uses of RedirectionAction in org.pac4j.core.exception.http
Subclasses of RedirectionAction in org.pac4j.core.exception.httpModifier and TypeClassDescriptionclassA "Found" HTTP action.classAn OK HTTP action.classA "See Other" HTTP action. -
Uses of RedirectionAction in org.pac4j.core.logout
Methods in org.pac4j.core.logout that return types with arguments of type RedirectionActionModifier and TypeMethodDescriptionCasLogoutActionBuilder.getLogoutAction(WebContext context, SessionStore sessionStore, UserProfile currentProfile, String targetUrl) GoogleLogoutActionBuilder.getLogoutAction(WebContext context, SessionStore sessionStore, UserProfile currentProfile, String targetUrl) LogoutActionBuilder.getLogoutAction(WebContext context, SessionStore sessionStore, UserProfile currentProfile, String targetUrl) Return theRedirectionActionfor logout.NoLogoutActionBuilder.getLogoutAction(WebContext context, SessionStore sessionStore, UserProfile currentProfile, String targetUrl) -
Uses of RedirectionAction in org.pac4j.core.redirect
Methods in org.pac4j.core.redirect that return types with arguments of type RedirectionActionModifier and TypeMethodDescriptionRedirectionActionBuilder.getRedirectionAction(WebContext context, SessionStore sessionStore) Return the appropriate "redirection" action. -
Uses of RedirectionAction in org.pac4j.core.util
Methods in org.pac4j.core.util that return RedirectionActionModifier and TypeMethodDescriptionstatic RedirectionActionHttpActionHelper.buildFormPostContentAction(WebContext context, String content) Build the appropriate redirection action for a content which is a form post.static RedirectionActionHttpActionHelper.buildRedirectUrlAction(WebContext context, String location) Build the appropriate redirection action for a location.