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 TypeClassDescriptionclassUser credentials are the entries of the default formcycle authenticator.classUser identities are the connection betweenSystemAuthenticators andUserProfiles.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 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.