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 IRedirectActionIUserProfileTask.execute()Performs the task and returns aredirect actionif successful. -
Uses of RedirectException in de.xima.fc.security.logic.profile
Methods in de.xima.fc.security.logic.profile that throw RedirectExceptionModifier and TypeMethodDescriptionstatic IUserEmailTaskUserProfileTaskFactory.changePrimaryEmail(String token) Creates a task to change the primary email address of a user profile.static IUserProfileTaskUserProfileTaskFactory.mergeProfiles(String token) Creates a task to merge two user profiles.static IUserIdentityTaskUserProfileTaskFactory.removeIdentity(String token) Creates a task to remove a user identity from a user profile.static IUserProfileTaskCreates a task to remove the user profile MFA config from a user profile and thereby disabling it.static IUserEmailTaskUserProfileTaskFactory.verifyEmail(String token) Creates a task to verify an email address of a user profile.