Uses of Interface
de.xima.fc.entities.interfaces.IUserIdentity
-
Packages that use IUserIdentity Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.security.user de.xima.fc.utils Package für Utilsklassen -
-
Uses of IUserIdentity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IUserIdentity Modifier and Type Class Description class
UserCredentials
User credentials are the entries of the default formcycle authenticator.class
UserIdentity
User identities are the connection betweenSystemAuthenticator
s andUserProfile
s.Methods in de.xima.fc.entities that return types with arguments of type IUserIdentity Modifier and Type Method Description List<IUserIdentity>
UserProfile. getIdentities()
-
Uses of IUserIdentity in de.xima.fc.security.user
Methods in de.xima.fc.security.user with parameters of type IUserIdentity Modifier and Type Method Description boolean
SessionUserManager. isMe(IUserIdentity identity)
-
Uses of IUserIdentity in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type IUserIdentity Modifier and Type Method Description static 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.
-