Interface | Description |
---|---|
IAssignableMembership |
Represents a container interface common to groups and roles.
|
IClassResolver |
Interface for a class that can resolve the Java class to instantiate for a
specific collection of attributes.
|
IDynamicMembership |
Represents a container interface common to groups and roles.
|
IFilteredMembership |
Interface that would be implemented by roles that control membership based on
a filter.
|
IMembership |
Represents a container interface common to groups and roles.
|
IRole |
This is a common iterface from which different roles can
be implemented.
|
ISearch |
Represents interface for search methods.
|
IUMSConstants |
This interface represents a collection of common constants used by the
classes in UMS.
|
Class | Description |
---|---|
AccessRightObject |
Represents the attribute access rights associated with a user or role.
|
AssignableDynamicGroup |
Represents a dynamic group entry that uses memberOf as its filter.
|
BaseRole |
Abstract base class for all roles.
|
CMListener |
CMListener implements ServiceListener interface.
|
ConfigManagerUMS |
Configuration Manager is responsible for getting configuration parameters for
UMS.
|
CreationTemplate |
Represents templates for creating objects in UMS.
|
DataLayer |
DataLayer (A PACKAGE SCOPE CLASS) to access LDAP or other database
TODO: 1.
|
DefaultClassResolver |
Default IClassResolver implementation that can resolve the Java class to
instantiate for a specific collection of attributes.
|
DynamicGroup |
Represents a dynamic group entry.
|
EntityManager |
This class has the responsibility of creating structural entities.
|
FilteredRole |
FilteredRole is a role implementation of the membership interface
IFilteredRole.
|
GroupResolver | |
Guid |
This class represents an LDAP entry and it provides
access to the ID (dn) and GUID of the given name.
|
ManagedRole |
ManagedRole is a role implementation of the membership interface
IAssignableMembership.
|
Organization |
Represents an organization object.
|
OrganizationalUnit |
Representation of organizational unit.
|
PeopleContainer |
Represents People Container in UMS.
|
PersistentObject |
Represents a persistent object in UMS.
|
Resource |
Represents a user entry in UMS.
|
SchemaManager |
The class manages the schema in the LDAP directory server.
|
SearchControl |
This class provides a way to customize Search behaviors.
|
SearchResults |
Represents search results.
|
SearchTemplate |
Represents templates for searching functionality.
|
SortKey |
This class represents data structure for sort key.
|
StaticGroup |
Represents a static group entry.
|
Template |
Represents Template objects in UMS.
|
TemplateManager |
The class manages a set of templates.
|
UMSObject |
UMSObject class exposes public methods that serve as the entry points to the
UMS SDK.
|
User |
Represents a user entry in UMS.
|
Exception | Description |
---|---|
AccessRightsException |
Exception occurs upon insufficient access rights to perform operations in the
underlying persistent storage.
|
AttributeValueAlreadyExistsException |
Exception occurs when attribute value already exists in the LDAP schema.
|
BadSearchFilterException |
Exception for invalid search filter.
|
ConfigManagerException | |
ConfigManagerFatalException |
This is a specific typed exception used to indicate some sort of fatal
ConfigManager issue.
|
EntryAlreadyExistsException |
Exception occurs when entry already exists in the underlying persistence
storage.
|
EntryNotFoundException |
Exception occurs when entry is not found from the underlying persistence
storage.
|
InvalidSearchFilterException |
This exception will be thrown if invalid LDAP search filters are used during
search operations.
|
SchemaElementAlreadyExistsException |
Exception occurs when schema element already exists in the LDAP schema.
|
SizeLimitExceededException |
This exception will be thrown when the size limit has been exceeded during
search operations.
|
TimeLimitExceededException |
Exception on search when time limit is exceeded.
|
UMSException |
This class is the super-class for all UMS checked exceptions.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.