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