Uses of Enum
com.sap.security.um.user.PasswordCheckResult
Packages that use PasswordCheckResult
-
Uses of PasswordCheckResult in com.sap.security.um.user
Methods in com.sap.security.um.user that return PasswordCheckResultModifier and TypeMethodDescriptionUser.checkPassword
(char[] password) Deprecated.UserProvider.checkUserPassword
(String user, char[] password) Checks the provided password against the user's stored password.static PasswordCheckResult
Returns the enum constant of this type with the specified name.static PasswordCheckResult[]
PasswordCheckResult.values()
Returns an array containing the constants of this enum type, in the order they are declared.
UserProvider.checkUserPassword(String, char[])