Package | Description |
---|---|
com.iplanet.am.sdk.common | |
com.iplanet.am.sdk.ldap | |
com.iplanet.ums |
Deprecated classes for UMS.
|
com.iplanet.ums.cos |
Deprecated classes for UMS.
|
com.iplanet.ums.dctree |
Deprecated classes for UMS.
|
com.iplanet.ums.util | |
com.iplanet.ums.validation |
Deprecated validator classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
static Guid[] |
MiscUtils.getGuidArray(Set set)
Convert a Set to Guid object array
|
static Guid[] |
MiscUtils.toGuidArray(Set set)
Convert a Set to Guid object array
|
Modifier and Type | Method and Description |
---|---|
protected void |
DCTreeServicesImpl.createDomain(SSOToken token,
Guid orgGuid,
AttrSet attrSet)
Method which creates a
Domain Component Tree for the given
organization, if the sunPreferredDomain attribute is
present and has a fully qualified domain name as value. |
protected void |
DCTreeServicesImpl.createDomain(SSOToken token,
Guid orgGuid,
String domainName,
AttrSet attrSet)
Method which creates a DC Tree for the given org, if the
sunPreferredDomain attribute is present and has a fully
qualified domain name as value. |
protected void |
ComplianceServicesImpl.verifyAndLinkGroupToRole(SSOToken token,
Guid[] membersGuid,
String groupDN)
Method which verifies if the
groupDN corresponds to an
administrative role. |
protected void |
ComplianceServicesImpl.verifyAndLinkRoleToGroup(SSOToken token,
Guid[] membersGuid,
String roleDN)
Method which verifies if the
roleDN corresponds to an
admin role. |
Modifier and Type | Method and Description |
---|---|
Guid |
IRole.getGuid()
Returns the GUID of this object
|
Guid |
PersistentObject.getGuid()
Get GUID of the given entity
|
Guid |
IMembership.getMemberIDAt(int index)
Gets a member.
|
Guid |
FilteredRole.getMemberIDAt(int index)
Gets a member given an index (zero based).
|
Guid |
StaticGroup.getMemberIDAt(int index)
Gets a member given an index (zero-based).
|
Guid |
ManagedRole.getMemberIDAt(int index)
Gets the GUID of the member at the given index (zero-based).
|
Guid |
DynamicGroup.getMemberIDAt(int index)
Returns a member given an index (zero-based).
|
Guid |
StaticGroup.getMemberIDAt(int index,
int level)
Gets a member given an index (zero-based).
|
Guid |
ISearch.getParentGuid()
Search for immediate parent ID
|
Guid |
PersistentObject.getParentGuid()
Gets the parent guid
|
Guid |
DynamicGroup.getSearchBase()
Returns the search base used to evaluate this dynamic group.
|
Guid |
IDynamicMembership.getSearchBase()
Gets the search base used to evaluate this dynamic group.
|
Modifier and Type | Method and Description |
---|---|
void |
DataLayer.addAttributeValue(Principal principal,
Guid guid,
String name,
String value)
Adds value for an attribute and saves the change in the database.
|
static void |
PersistentObject.addAttributeValue(SSOToken token,
Guid guid,
String name,
String value)
Adds value for an attribute and saves the change in the database.
|
void |
DataLayer.addEntry(Principal principal,
Guid guid,
AttrSet attrSet)
Adds entry to the server.
|
void |
IAssignableMembership.addMember(Guid guid)
Adds a member to the group.
|
void |
StaticGroup.addMember(Guid guid)
Adds a member to the group.
|
void |
ManagedRole.addMember(Guid guid)
Adds a member to the role.
|
void |
AssignableDynamicGroup.addMember(Guid userGuid)
Adds a member to the group.
|
void |
IAssignableMembership.addMembers(Guid[] guids)
Adds a list of members to the group.
|
void |
StaticGroup.addMembers(Guid[] guids)
Adds a list of members to the group.
|
void |
ManagedRole.addMembers(Guid[] guids)
Adds a list of members to the role.
|
void |
AssignableDynamicGroup.addMembers(Guid[] guids)
Adds a list of members to the group.
|
void |
Organization.addPeopleContainerRule(Guid guid,
String filter)
Adds rule for determining which People Container the user is supposed to
be in.
|
void |
DataLayer.changePassword(Guid guid,
String attrName,
String oldPassword,
String newPassword)
Changes user password.
|
void |
DataLayer.deleteEntry(Principal principal,
Guid guid)
Delete entry from the server
|
boolean |
Guid.equals(Guid guid)
Determines if the current Guid is equal to the specified Guid.
|
void |
EntityManager.execute(Principal principal,
PersistentObject pObject,
Guid pGUID)
This method will use methods provided by ConfigManager to get "Structure
Template" information from the DIT.
|
AccessRightObject |
Resource.getAccessRight(Guid guid)
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
|
AccessRightObject |
User.getAccessRight(Guid guid)
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
|
Attr |
DataLayer.getAttribute(Principal principal,
Guid guid,
String attrName)
Returns
Attr from the given attribute name. |
Collection<Attr> |
DataLayer.getAttributes(Principal principal,
Guid guid,
Collection<String> attrNames)
Returns attributes for the given attribute names.
|
String[] |
DataLayer.getAttributeString(Principal principal,
Guid guid,
String attrName)
Returns String values of the attribute.
|
Set |
ConfigManagerUMS.getConfigTemplateNames(Guid guid,
String template,
int lookup) |
CreationTemplate |
TemplateManager.getCreationTemplate(Class cls,
Guid orgGuid)
Given a class, gets the default creation template for the object.
|
CreationTemplate |
TemplateManager.getCreationTemplate(Class cls,
Guid orgGuid,
int scope)
Returns default creation template of a given class.
|
AttrSet |
ConfigManagerUMS.getCreationTemplate(Guid guid,
String templateName,
int lookup)
Returns Attribute Key-Value set of a
CreationTemplate entry. |
CreationTemplate |
TemplateManager.getCreationTemplate(String name,
Guid orgGuid)
Returns a template from a supplied template name.
|
CreationTemplate |
TemplateManager.getCreationTemplate(String name,
Guid orgGuid,
int scope)
Returns a template from a supplied template name.
|
AttrSet |
ConfigManagerUMS.getCreationTemplateForClass(Guid guid,
String className,
int lookup)
Returns the Attribute key-value pair of Creation templates under the
given organization by matching the the
javaclass attribute
to the name provided. |
Set |
TemplateManager.getCreationTemplateNames(Guid orgGuid)
Returns a set of known creation templates.
|
Set |
ConfigManagerUMS.getCreationTemplateNames(Guid guid)
Returns an array of the Creation Template names under the
given organization.
|
Set |
ConfigManagerUMS.getEntity(Guid guid,
String name)
Returns the Attribute Key-Value set of a Structure Template
entry.
|
static PersistentObject |
UMSObject.getObject(Principal principal,
Guid guid) |
static PersistentObject |
UMSObject.getObject(Principal principal,
Guid guid,
String[] attrNames) |
static PersistentObject |
UMSObject.getObject(SSOToken token,
Guid guid)
Returns the persistent object of correct subclass, for the given id.
|
static PersistentObject |
UMSObject.getObject(SSOToken token,
Guid guid,
String[] attrNames)
Returns the persistent object of correct subclass, for the given ID.
|
static PersistentObject |
UMSObject.getObjectHandle(SSOToken token,
Guid guid)
Return a PersistentObject given an authenticated token and guid.
|
AttrSet |
ConfigManagerUMS.getSearchTemplate(Guid guid,
String templateName,
int lookup)
Returns the Attribute Key-Value set of a Search or Creation
Template entry.
|
SearchTemplate |
TemplateManager.getSearchTemplate(String name,
Guid orgGuid)
Returns a template from a supplied template name.
|
SearchTemplate |
TemplateManager.getSearchTemplate(String name,
Guid orgGuid,
int scope)
Returns a template from a supplied template name.
|
Set |
TemplateManager.getSearchTemplateNames(Guid orgGuid)
Returns a set of known search templates.
|
Set |
ConfigManagerUMS.getSearchTemplateNames(Guid guid)
Returns a set of the Search Template names under the given
organization.
|
boolean |
IMembership.hasMember(Guid guid)
Checks if a given identifier is a member of the group.
|
boolean |
FilteredRole.hasMember(Guid guid)
Checks if a given identifier is a member of the role.
|
boolean |
StaticGroup.hasMember(Guid guid)
Checks if a given identifier is a member of the group.
|
boolean |
ManagedRole.hasMember(Guid guid)
Checks if a given identifier is a member of the role.
|
boolean |
AssignableDynamicGroup.hasMember(Guid guid)
Returns
true if a given identifier is a member of the
group. |
boolean |
DynamicGroup.hasMember(Guid guid)
Returns
true if a given identifier is a member of the
group. |
boolean |
StaticGroup.hasMember(Guid guid,
int level)
Checks if a given identifier is a member of the group.
|
void |
DataLayer.modify(Principal principal,
Guid guid,
Collection<org.forgerock.opendj.ldap.Modification> modifications)
Modifies an ldap entry.
|
AttrSet |
DataLayer.read(Principal principal,
Guid guid)
Read an ldap entry
|
AttrSet |
DataLayer.read(Principal principal,
Guid guid,
String[] attrNames)
Reads an ldap entry.
|
void |
DataLayer.removeAttributeValue(Principal principal,
Guid guid,
String name,
String value)
Removes value for an attribute and saves the change in the database.
|
static void |
PersistentObject.removeAttributeValue(SSOToken token,
Guid guid,
String name,
String value)
Removes value for an attribute and saves the change in the database.
|
void |
PersistentObject.removeChild(Guid childGuid)
Removes an object given its unique ID.
|
void |
IAssignableMembership.removeMember(Guid guid)
Removes a member from the group.
|
void |
StaticGroup.removeMember(Guid guid)
Removes a member from the group.
|
void |
ManagedRole.removeMember(Guid guid)
Removes a member from the group.
|
void |
AssignableDynamicGroup.removeMember(Guid guid)
Removes a member from the group.
|
static void |
UMSObject.removeObject(SSOToken token,
Guid guid)
Removes an object identified by the given ID.
|
void |
Organization.removePeopleContainerRule(Guid guid,
String filter)
Removes the rule applying to the given People Container guid with the
given filter string.
|
void |
DataLayer.rename(Principal principal,
Guid guid,
String newName,
boolean deleteOldName) |
void |
TemplateManager.replaceCreationTemplate(CreationTemplate template,
Guid orgGuid)
Replaces an existing CreationTemplate with the one specified.
|
void |
ConfigManagerUMS.replaceCreationTemplate(Guid guid,
String templateName,
AttrSet attrSet)
Replaces an existing template.
|
SearchResults |
DataLayer.search(Principal principal,
Guid guid,
int scope,
String searchFilter,
String[] attrNames,
boolean attrOnly,
SearchControl searchControl)
Performs synchronous search based on specified ldap filter.
|
SearchResults |
DataLayer.searchIDs(Principal principal,
Guid guid,
int scope,
String searchFilter,
SearchControl searchControl)
Perform synchronous search based on specified ldap filter.
|
void |
Organization.setDefaultPeopleContainer(Guid guid)
Sets the default People Container for user entries under the
organization.
|
protected void |
AssignableDynamicGroup.setGuid(Guid guid)
Sets the GUID of the entity; used within the package.
|
protected void |
PersistentObject.setGuid(Guid guid)
Sets the GUID of the entity; used within the package
|
void |
DynamicGroup.setSearchBase(Guid baseGuid)
Sets the search base used to evaluate this dynamic group.
|
void |
IDynamicMembership.setSearchBase(Guid baseGuid)
Sets the search base used to evaluate this dynamic group.
|
protected void |
DynamicGroup.setUrl(Guid baseGuid,
org.forgerock.opendj.ldap.Filter filter,
org.forgerock.opendj.ldap.SearchScope scope)
Creates a new search definition; the change is not persistent until
save() is called.
|
Constructor and Description |
---|
AssignableDynamicGroup(CreationTemplate template,
AttrSet attrSet,
Guid baseGuid,
int scope)
Constructs an
AssignableDynamicGroup object with a given
template. |
DynamicGroup(CreationTemplate template,
AttrSet attrSet,
Guid baseGuid,
String filter,
int scope)
Constructs a
DynamicGroup in memory given a template for
DynamicGroup . |
Modifier and Type | Method and Description |
---|---|
static COSManager |
COSManager.getCOSManager(Principal principal,
Guid guid)
This method returns an instance of a COS Manager.
|
static COSManager |
COSManager.getCOSManager(SSOToken token,
Guid guid)
This method returns an instance of a COS Manager.
|
Constructor and Description |
---|
COSManager(Principal principal,
Guid guid)
This constructor sets the parent Directory entry which identifies the
location of COS definitions which will be managed.
|
COSManager(SSOToken token,
Guid guid)
This constructor sets the parent Directory entry which identifies the
location of COS definitions which will be managed.
|
Modifier and Type | Method and Description |
---|---|
Guid |
DomainComponent.getAssociatedOrganizationGuid()
Get the domain mapping from this dc entry.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainComponent.setAssociatedOrganization(Guid orgGuid)
Sets the mapping of a dc entry in the dctree to an
organization or organizational unit entry in the convergence DIT, the
directory tree hosting all the actual entries.
|
void |
DomainComponentTree.setDCRoot(Guid root)
Sets the root of the domain component tree (dc
tree).
|
void |
DomainComponentTree.setDomainMapping(String domain,
Guid orgGuid)
Set the domain mapping so that the dc entry maps to
an organization in the convergence tree.
|
Constructor and Description |
---|
DomainComponentTree(SSOToken token,
Guid dcRoot)
Constructs a
DomainComponentTree with an authenticated
prinicipal and an identification of the root of the dc index tree. |
Modifier and Type | Method and Description |
---|---|
static Guid |
GuidUtils.getOrgGuid(Guid guid) |
Modifier and Type | Method and Description |
---|---|
static Guid |
GuidUtils.getOrgGuid(Guid guid) |
Modifier and Type | Method and Description |
---|---|
static void |
Validation.validateAttribute(Attr attr,
Class cls,
Guid guid)
Determines whether attribute is valid.
|
static void |
Validation.validateAttributes(AttrSet attrSet,
Class cls,
Guid guid)
Determines whether each attribute in the attribute set is valid.
|
static void |
Validation.validateAttributes(ModSet modSet,
Class cls,
Guid guid)
Determines whether each attribute in the ModSet is valid.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.