Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
com.filenet.api.security |
Provides interfaces related to authentication, authorization, and user- and group-specific data.
|
Modifier and Type | Field and Description |
---|---|
static PrincipalSearchAttribute |
PrincipalSearchAttribute.DISPLAY_NAME
A constant representing a PrincipalSearchAttribute instance of type DISPLAY_NAME.
|
static PrincipalSearchAttribute |
PrincipalSearchAttribute.NONE
A constant representing a PrincipalSearchAttribute instance of type NONE.
|
static PrincipalSearchAttribute |
PrincipalSearchAttribute.SHORT_NAME
A constant representing a PrincipalSearchAttribute instance of type SHORT_NAME.
|
Modifier and Type | Method and Description |
---|---|
static PrincipalSearchAttribute |
PrincipalSearchAttribute.getInstanceFromInt(int value)
Gets the instance of this class using its associated integer value (the *_AS_INT fields).
|
Modifier and Type | Method and Description |
---|---|
PrincipalInfoSet |
DirectoryServiceProvider.searchGroups(java.lang.String realmDN,
java.lang.String searchPattern,
PrincipalSearchAttribute searchProperty,
PrincipalSearchSortType sort,
int pageSize,
java.lang.String[] requestedProperties,
java.lang.String continueFrom)
For Internal Use Only.
|
PrincipalInfoSet |
DirectoryServiceProvider.searchUsers(java.lang.String realmDN,
java.lang.String searchPattern,
PrincipalSearchAttribute searchProperty,
PrincipalSearchSortType sort,
int pageSize,
java.lang.String[] requestedProperties,
java.lang.String continueFrom)
For Internal Use Only.
|
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.