Interface IUserIdentityTask
-
- All Superinterfaces:
IUserProfileTask
public interface IUserIdentityTask extends IUserProfileTask
Common interface foruser profile tasks
that perform some action with a user identity on a user profile.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
- See Also:
IUserProfileTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserIdentity
getUserIdentity()
-
Methods inherited from interface de.xima.fc.security.interfaces.logic.IUserProfileTask
execute, getUserProfile
-
-
-
-
Method Detail
-
getUserIdentity
UserIdentity getUserIdentity()
- Returns:
- the user identity that the task is performed with.
-
-