Package | Description |
---|---|
com.iplanet.ums |
Deprecated classes for UMS.
|
com.iplanet.ums.cos |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateManager.replaceCreationTemplate(CreationTemplate template,
Guid orgGuid)
Replaces an existing CreationTemplate with the one specified.
|
Constructor and Description |
---|
AssignableDynamicGroup(CreationTemplate template,
AttrSet attrSet)
Constructs an in memory
AssignableDynamicGroup object with
a given template. |
AssignableDynamicGroup(CreationTemplate template,
AttrSet attrSet,
Guid baseGuid,
int scope)
Constructs an
AssignableDynamicGroup object with a given
template. |
BaseRole(CreationTemplate template,
AttrSet attrSet)
Constructs a BaseRole from a creation template
and attribute set.
|
DynamicGroup(CreationTemplate template,
AttrSet attrSet)
Constructs a
DynamicGroup in memory with a given template
for DynamicGroup . |
DynamicGroup(CreationTemplate template,
AttrSet attrSet,
Guid baseGuid,
String filter,
int scope)
Constructs a
DynamicGroup in memory given a template for
DynamicGroup . |
FilteredRole(CreationTemplate template,
AttrSet attrSet)
Constructs a FilteredRole object in memory
with a given template.
|
ManagedRole(CreationTemplate template,
AttrSet attrSet)
Constructs a ManagedRole object in memory with a given template.
|
Organization(CreationTemplate template,
AttrSet attrSet)
Constructs Organization object without session.
|
OrganizationalUnit(CreationTemplate template,
AttrSet attrSet)
Constructs a Organizational unit object without a session.
|
PeopleContainer(CreationTemplate template,
AttrSet attrSet)
Constructs a People Container object without a session.
|
PersistentObject(CreationTemplate template,
AttrSet attrSet)
Constructor for in memory object to be added to the system.
|
Resource(CreationTemplate template,
AttrSet attrSet)
Construct Resource object without session.
|
StaticGroup(CreationTemplate template,
AttrSet attrSet)
Constructs a StaticGroup object in memory with
a given template.
|
User(CreationTemplate template,
AttrSet attrSet)
Construct User object without session.
|
Constructor and Description |
---|
COSTemplate(CreationTemplate temp,
String name)
Constructor with creation template and name parameter.
|
DirectCOSDefinition(CreationTemplate template,
AttrSet attrSet)
Constructor with creation template and attribute set arguments.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.