Uses of Class
de.xima.fc.exceptions.http.RedirectException
Packages that use RedirectException
Package
Description
-
Uses of RedirectException in de.xima.fc.exceptions.http
Methods in de.xima.fc.exceptions.http that return RedirectException -
Uses of RedirectException in de.xima.fc.security.interfaces.logic
Methods in de.xima.fc.security.interfaces.logic that throw RedirectExceptionModifier and TypeMethodDescription@NotNull IRedirectAction
IUserProfileTask.execute()
Performs the task and returns aredirect action
if successful. -
Uses of RedirectException in de.xima.fc.security.logic.profile
Methods in de.xima.fc.security.logic.profile that throw RedirectExceptionModifier and TypeMethodDescriptionstatic IUserEmailTask
UserProfileTaskFactory.changePrimaryEmail
(String token) Creates a task to change the primary email address of a user profile.static IUserProfileTask
UserProfileTaskFactory.mergeProfiles
(String token) Creates a task to merge two user profiles.static IUserIdentityTask
UserProfileTaskFactory.removeIdentity
(String token) Creates a task to remove a user identity from a user profile.static IUserProfileTask
Creates a task to remove the user profile MFA config from a user profile and thereby disabling it.static IUserEmailTask
UserProfileTaskFactory.verifyEmail
(String token) Creates a task to verify an email address of a user profile.