| Interface | Description |
|---|---|
| ResultSet<E> |
ResultSet is an interface for the object returned by search interaction with paged results.
|
| Class | Description |
|---|---|
| AbstractEntityManager |
Abstract EntityManager class.
|
| AppRole |
Class to hold properties of AppRole entity
|
| AppRoleManager |
Class to get the operations on AppRole
|
| Attribute |
Attribute is used to hold attribute values of an entity
|
| AttributeSchema |
Class with Attribute Schema properties from backend Identity Store
|
| Capabilities |
Class containing different capabilities Identity Directory service can support.
|
| CreateOptions |
This class extends
OperationOptions containing options for entity create operation |
| CustomGroup |
Any custom provider implementations for the IDS must extend and implement this class to get a Group object.
|
| CustomGroupManager |
This abstract class acts as a bridge between any custom implementations of the GroupManager object and the default GroupManager class.
|
| CustomIdentityDirectory |
This class acts as a bridge between any custom Identity Directory implementation and the default OPSS IdentityDirectory implementation.
|
| CustomUser |
Any custom provider implementations of IDS must extend and implement this class to get a User object.
|
| CustomUserManager |
This abstract class acts as a bridge between the custom implementations of the UserManager object , if any , and the default implementation UserManager.
|
| DeleteOptions |
This class extends
OperationOptions containing options for entity delete operation |
| Entity |
This is generic entity class holding the list of attributes of the entity fetched using search or read methods.
|
| EntityCapabilities |
Class containing different capabilities supported by generic Entity.
|
| EntityManager |
Class for handling operations like read, create and search of generic entity.
|
| EntityRelationManager |
Class for handling entity relationship operations like read, create, delete, and search relationship
|
| Group |
Class holding the list of attributes of the Group entity fetched using search or read methods.
|
| GroupManager |
Class for handling operations like read, create and search of group entity
|
| GroupProfile |
Class with all attribute constants for Group entity in out-of-box Identity Directory profile "UserRole".
|
| IdentityDirectory |
This class represents an handle to IdentityDirectory.
|
| IdentityDirectoryFactory |
Factory class for creating IdentityDirectoryService.
|
| IdentityDirectoryInfo |
Class with Identity Directory details.
|
| IdentityHelper | |
| IDSPrincipal |
Implementation of java.security.Principal
|
| IdxGroupProfile |
Class with all attribute constants for Group entity in out-of-box Identity Directory profile "IDXUserRole".
|
| IdxUserProfile |
Class with all attribute constants for User entity in out-of-box Identity Directory profile "IDXUserRole".
|
| LDAPSchemaUtil |
This class contains methods for discovering backend LDAP schema from the given LDAP server.
|
| ModAttribute |
ModPropertyValue is used to hold property values to be modified in Attribute Authority
|
| ModifyOptions |
This class extends
OperationOptions containing options for entity modify operation |
| OperationOptions |
This is the base class for the Entity Operation options.
|
| Org |
Class holding the list of attributes of the Org entity fetched using search or read methods.
|
| OrgManager |
Class for handling operations like read, create and search of org entity
|
| ReadOptions |
This class extends
OperationOptions containing options for entity read operation. |
| SearchFilter |
SearchFilter class can be used for constructing simple or complex nested search filters for searching the entities in the backend
|
| SearchOptions |
This class extends
ReadOptions containing options for entity search operation. |
| User |
Class holding the list of attributes of the User entity fetched using search or read methods.
|
| UserCapabilities |
Class containing different capabilities supported by User Entity.
|
| UserManager |
Class for handling operations like read, create and search of user entity
|
| UserProfile |
Class with all attribute constants for User entity in out-of-box Identity Directory profile "UserRole".
|
| Enum | Description |
|---|---|
| IDSException.PwdPolicyCode | |
| ModAttribute.ModType |
Type of modification - ADD/DELETE/REPLACE value
|
| ReadOptions.SearchScope |
Search scope
|
| SearchFilter.LogicalOp |
Logical operator joining multiple SearchFilter objects
|
| SearchFilter.Operator |
Compare operator type in the simple search filter
|
| Exception | Description |
|---|---|
| AuthenticationException |
Identity Directory Authentication exception
|
| AuthorizationException |
Identity Directory Autherization exception This exception is thrown when user doesn't have sufficient access rights to perform the operation
|
| EntityAlreadyExistsException |
Identity Directory Entity Already Exists exception
|
| EntityNotFoundException |
Identity Directory Entity Not Found exception
|
| EntityNotUniqueException |
Identity Directory Entity Not Unique exception
|
| IDSException |
Generic Identity Directory Service Exception
|
| InvalidAttributesException |
Identity Directory Invalid attributes exception
|
| InvalidFilterException |
Used for Exceptions generated within Identity Beans
|
| OperationNotSupportedException |
Used for Exceptions generated within Identity Beans
|
| SizeLimitExceededException |
Identity Directory Entity Already Exists exception
|