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 classUserCredentialsUser credentials are the entries of the default formcycle authenticator.classUserIdentityUser identities are the connection betweenSystemAuthenticators andUserProfiles.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 booleanSessionUserManager. 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 StringUserMgmtUtils. getUniversalReferenceId(IUserIdentity identity)Returns the universal reference ID of the user.static StringUserMgmtUtils. getUniversalReferenceId(EHashAlgorithm hashAlgorithm, IUserIdentity identity)Returns the universal reference ID of the user using the given hash algorithm.static booleanUserMgmtUtils. isUser(IUserIdentity identity, IUser user)Checks whether the given user identity is the identity of the given user.
-