Package | Description |
---|---|
com.iplanet.ums |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
String[][] |
ConfigManagerUMS.getClassResolver()
Gets the mapping between ldap entry objectclasses and the UMS Java class.
|
static ConfigManagerUMS |
ConfigManagerUMS.getConfigManager()
Get the singleton instance of Config Manager.
|
Set |
ConfigManagerUMS.getConfigTemplateNames(Guid guid,
String template,
int lookup) |
AttrSet |
ConfigManagerUMS.getCreationTemplate(Guid guid,
String templateName,
int lookup)
Returns Attribute Key-Value set of a
CreationTemplate entry. |
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 |
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.
|
AttrSet |
ConfigManagerUMS.getSearchTemplate(Guid guid,
String templateName,
int lookup)
Returns the Attribute Key-Value set of a Search or Creation
Template entry.
|
Set |
ConfigManagerUMS.getSearchTemplateNames(Guid guid)
Returns a set of the Search Template names under the given
organization.
|
void |
ConfigManagerUMS.replaceCreationTemplate(Guid guid,
String templateName,
AttrSet attrSet)
Replaces an existing template.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.