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 EHashAlgorithm
EHashAlgorithm. getById(int id)
static EHashAlgorithm
EHashAlgorithm. getDefaultForUserProfiles()
static EHashAlgorithm
EHashAlgorithm. 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 String
UserMgmtUtils. getUniversalReferenceId(EHashAlgorithm hashAlgorithm, IUserIdentity identity)
Returns the universal reference ID of the user using the given hash algorithm.static String
UserMgmtUtils. getUniversalReferenceId(EHashAlgorithm hashAlgorithm, String clientName, String profileId)
Returns the universal reference ID of the user.static String
UserMgmtUtils. getUniversalReferenceId(EHashAlgorithm hashAlgorithm, org.pac4j.core.profile.UserProfile profile)
Returns the universal reference ID of the user.static String
UserMgmtUtils. 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 String
UserMgmtUtils. getUserProfileHash(EHashAlgorithm hashAlgorithm, org.pac4j.core.profile.UserProfile profile)
Calculates the hash digest for the given user profile using the given hash algorithm.
-