Class UserIdentity

java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, ILockingVersionProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, IUserIdentity, IUUIDEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>

@Entity public class UserIdentity extends AbstractLockableEntity implements IUserIdentity
User identities are the connection between SystemAuthenticators and UserProfiles. They identify profiles within a specified authenticator. UserProfile may have multiple identities.
Since:
8.0.0
Author:
XIMA Media GmbH
See Also: