Package | Description |
---|---|
com.sap.security.um.user |
Modifier and Type | Method and Description |
---|---|
static UserProvider.SearchOperator |
UserProvider.SearchOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProvider.SearchOperator[] |
UserProvider.SearchOperator.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 © 2023 SAP. All rights reserved.