Uses of Enum
de.xima.fc.mdl.enums.EHashAlgorithm
Packages that use EHashAlgorithm
Package
Description
Commonly used enumeration that are mainly used in model classes.
Package für Utilsklassen
- 
Uses of EHashAlgorithm in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EHashAlgorithmModifier and TypeMethodDescriptionstatic EHashAlgorithmEHashAlgorithm.getById(int id) static EHashAlgorithmEHashAlgorithm.getDefaultForUserProfiles()static EHashAlgorithmReturns the enum constant of this type with the specified name.static EHashAlgorithm[]EHashAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of EHashAlgorithm in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type EHashAlgorithmModifier and TypeMethodDescriptionstatic StringUserMgmtUtils.getUniversalReferenceId(EHashAlgorithm hashAlgorithm, IUserIdentity identity) Returns the universal reference ID of the user using the given hash algorithm.static StringUserMgmtUtils.getUniversalReferenceId(EHashAlgorithm hashAlgorithm, String clientName, String profileId) Returns the universal reference ID of the user.static StringUserMgmtUtils.getUniversalReferenceId(EHashAlgorithm hashAlgorithm, org.pac4j.core.profile.UserProfile profile) Returns the universal reference ID of the user.static StringUserMgmtUtils.getUserProfileHash(EHashAlgorithm hashAlgorithm, String clientName, String profileId) Calculates the hash digest for the user profile defined by the given client name and profile ID using the given hash algorithm.static StringUserMgmtUtils.getUserProfileHash(EHashAlgorithm hashAlgorithm, org.pac4j.core.profile.UserProfile profile) Calculates the hash digest for the given user profile using the given hash algorithm.