Package | Description |
---|---|
com.sap.security.um.user |
Modifier and Type | Method and Description |
---|---|
static UserProvider.CaseSensitive |
UserProvider.CaseSensitive.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProvider.CaseSensitive[] |
UserProvider.CaseSensitive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
UserProvider.searchUser(String attribute,
String criteria,
UserProvider.SearchOperator operator,
UserProvider.CaseSensitive preferredCaseSensitivity)
Searches users and returns the user names of the users that match the
provided search criteria.
|
Copyright © 2024 SAP. All rights reserved.