Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.security |
Provides interfaces related to authentication, authorization, and user- and group-specific data.
|
Modifier and Type | Field and Description |
---|---|
static PrincipalSearchType |
PrincipalSearchType.CONTAINS
A constant representing a PrincipalSearchType instance of type CONTAINS.
|
static PrincipalSearchType |
PrincipalSearchType.CUSTOM
A constant representing a PrincipalSearchType instance of type CUSTOM.
|
static PrincipalSearchType |
PrincipalSearchType.EXACT
A constant representing a PrincipalSearchType instance of type EXACT.
|
static PrincipalSearchType |
PrincipalSearchType.NONE
A constant representing a PrincipalSearchType instance of type NONE.
|
static PrincipalSearchType |
PrincipalSearchType.PREFIX_MATCH
A constant representing a PrincipalSearchType instance of type PREFIX_MATCH.
|
static PrincipalSearchType |
PrincipalSearchType.SUFFIX_MATCH
A constant representing a PrincipalSearchType instance of type SUFFIX_MATCH.
|
Modifier and Type | Method and Description |
---|---|
static PrincipalSearchType |
PrincipalSearchType.getInstanceFromInt(int value)
Gets the instance of this class using its associated integer value (the *_AS_INT fields).
|
Modifier and Type | Method and Description |
---|---|
GroupSet |
Realm.findGroups(java.lang.String searchPattern,
PrincipalSearchType searchType,
PrincipalSearchAttribute searchAttribute,
PrincipalSearchSortType sortType,
java.lang.Integer pageSize,
PropertyFilter filter)
Returns a set of groups from this realm that matches the search parameters.
|
UserSet |
Realm.findUsers(java.lang.String searchPattern,
PrincipalSearchType searchType,
PrincipalSearchAttribute searchAttribute,
PrincipalSearchSortType sortType,
java.lang.Integer pageSize,
PropertyFilter filter)
Returns a set of users, a page at a time, from this realm that matches the search parameters.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.