Uses of Enum Class
com.spotfire.server.api.userdir.PrincipalProperty
Packages that use PrincipalProperty
Package
Description
Package containing API for modifying users and groups in the server.
-
Uses of PrincipalProperty in com.spotfire.server.api.userdir
Methods in com.spotfire.server.api.userdir that return PrincipalPropertyModifier and TypeMethodDescriptionstatic PrincipalPropertyReturns the enum constant of this class with the specified name.static PrincipalProperty[]PrincipalProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.spotfire.server.api.userdir with parameters of type PrincipalPropertyModifier and TypeMethodDescriptionabstract Set<GroupPrincipal> UserDirectory.searchGroups(PrincipalProperty searchProperty, String searchExpression, int maxResults) Returns all groups, up to the specified upper limit, with a given property that matches the given search expression.abstract Set<UserPrincipal> UserDirectory.searchUsers(PrincipalProperty searchProperty, String searchExpression, int maxResults) Returns all users, up to the specified upper limit, with a given property that matches the given search expression.