Uses of Class
de.xima.fc.mdl.enums.EHashAlgorithm
- 
Packages that use EHashAlgorithm Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.utils Package für Utilsklassen - 
- 
Uses of EHashAlgorithm in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EHashAlgorithm Modifier and Type Method Description static EHashAlgorithmEHashAlgorithm. getById(int id)static EHashAlgorithmEHashAlgorithm. getDefaultForUserProfiles()static EHashAlgorithmEHashAlgorithm. valueOf(String name)Returns 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 EHashAlgorithm Modifier and Type Method Description static 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. 
 -