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_IDFields inherited from interface IUUIDEntity
ATTR_UUID, COL_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, NULLABLE_UUID_TYPE, TYPE_NAME_UUID -
Method Summary
Methods inherited from interface Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
getId, isPersisted, setIdMethods inherited from interface IUUIDEntity
getUUID, getUUIDObject, setUUID
-
Method Details
-
getIdentifier
-
getUserProfile
UserProfile getUserProfile()- Returns:
- the user profile this identity is connected to.
-
getClientDescriptor
- Returns:
- the client descriptor that is used for signing in.
-