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 RedirectExceptionRedirectException.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 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 RedirectException Modifier and Type Method Description static 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 IUserProfileTaskUserProfileTaskFactory. removeMfa(String token)Creates 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.
-