Uses of Enum
com.sap.security.um.user.UserProvider.SearchOperator
Packages that use UserProvider.SearchOperator
-
Uses of UserProvider.SearchOperator in com.sap.security.um.user
Methods in com.sap.security.um.user that return UserProvider.SearchOperatorModifier and TypeMethodDescriptionstatic UserProvider.SearchOperator
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.Methods in com.sap.security.um.user with parameters of type UserProvider.SearchOperatorModifier and TypeMethodDescriptionUserProvider.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.