Package | Description |
---|---|
com.sap.security.um.user |
Modifier and Type | Method and Description |
---|---|
PasswordCheckResult |
User.checkPassword(char[] password)
Deprecated.
As of version 1.8, replaced by
UserProvider.checkUserPassword(String, char[]) |
PasswordCheckResult |
UserProvider.checkUserPassword(String user,
char[] password)
Checks the provided password against the user's stored password.
|
static PasswordCheckResult |
PasswordCheckResult.valueOf(String name)
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.
|
Copyright © 2024 SAP. All rights reserved.