Package de.xima.fc.entities.interfaces
Interface IUserIdentity
- All Superinterfaces:
Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
,de.xima.cmn.dao.interfaces.IEntity<Long>
,IUUIDEntity
,Serializable
- All Known Implementing Classes:
UserCredentials
,UserIdentity
public interface IUserIdentity
extends de.xima.cmn.dao.interfaces.IEntity<Long>, IUUIDEntity, Serializable
Common interface for identifying users within authenticators
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Field Summary
Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
ATTR_UUID, COL_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity
getId, isPersisted, setId
Methods inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
getUUID, getUUIDObject, setUUID
-
Method Details
-
getIdentifier
- Returns:
- a string that uniquely identifies a user within the
client
of this user identity.
-
getUserProfile
UserProfile getUserProfile()- Returns:
- the user profile this identity is connected to.
-
getClientDescriptor
- Returns:
- the client descriptor that is used for signing in.
-