Uses of Interface
de.xima.fc.entities.interfaces.IUserIdentity
Packages that use IUserIdentity
Package
Description
Package für Datenbankentitäten
Package für Utilsklassen
-
Uses of IUserIdentity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IUserIdentityModifier and TypeClassDescriptionclass
User credentials are the entries of the default formcycle authenticator.class
User identities are the connection betweenSystemAuthenticator
s andUserProfile
s.Methods in de.xima.fc.entities that return types with arguments of type IUserIdentity -
Uses of IUserIdentity in de.xima.fc.security.user
Methods in de.xima.fc.security.user with parameters of type IUserIdentity -
Uses of IUserIdentity in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type IUserIdentityModifier and TypeMethodDescriptionstatic String
UserMgmtUtils.getUniversalReferenceId
(IUserIdentity identity) Returns the universal reference ID of the user.static String
UserMgmtUtils.getUniversalReferenceId
(EHashAlgorithm hashAlgorithm, IUserIdentity identity) Returns the universal reference ID of the user using the given hash algorithm.static boolean
UserMgmtUtils.isUser
(IUserIdentity identity, IUser user) Checks whether the given user identity is the identity of the given user.