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 interfaceIUserEmailTaskCommon interface foruser profile tasksthat perform some action with a user email on a user profile.interfaceIUserIdentityTaskCommon interface foruser profile tasksthat 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 IUserProfileTaskUserProfileTaskFactory. mergeProfiles(String token)Creates a task to merge two user profiles.static IUserProfileTaskUserProfileTaskFactory. removeMfa(String token)Creates a task to remove the user profile MFA config from a user profile and thereby disabling it. 
 -