Uses of Interface
de.xima.fc.security.interfaces.logic.IUserProfileTask
-
Packages that use IUserProfileTask Package Description de.xima.fc.security.interfaces.logic de.xima.fc.security.logic.profile -
-
Uses of IUserProfileTask in de.xima.fc.security.interfaces.logic
Subinterfaces of IUserProfileTask in de.xima.fc.security.interfaces.logic Modifier and Type Interface Description interface
IUserEmailTask
Common interface foruser profile tasks
that perform some action with a user email on a user profile.interface
IUserIdentityTask
Common interface foruser profile tasks
that perform some action with a user identity on a user profile. -
Uses of IUserProfileTask in de.xima.fc.security.logic.profile
Methods in de.xima.fc.security.logic.profile that return IUserProfileTask Modifier and Type Method Description static IUserProfileTask
UserProfileTaskFactory. mergeProfiles(String token)
Creates a task to merge two user profiles.static IUserProfileTask
UserProfileTaskFactory. removeMfa(String token)
Creates a task to remove the user profile MFA config from a user profile and thereby disabling it.
-