Uses of Class
de.xima.fc.exceptions.http.RedirectException
-
Packages that use RedirectException Package Description de.xima.fc.exceptions.http de.xima.fc.security.interfaces.logic de.xima.fc.security.logic.profile -
-
Uses of RedirectException in de.xima.fc.exceptions.http
Methods in de.xima.fc.exceptions.http that return RedirectException Modifier and Type Method Description RedirectException
RedirectException.Builder. build()
-
Uses of RedirectException in de.xima.fc.security.interfaces.logic
Methods in de.xima.fc.security.interfaces.logic that throw RedirectException Modifier and Type Method Description @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 RedirectException Modifier and Type Method Description static 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
UserProfileTaskFactory. removeMfa(String token)
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.
-