Package | Description |
---|---|
com.iplanet.services.ldap |
Deprecated classes for LDAP support.
|
com.iplanet.ums |
Deprecated classes for UMS.
|
com.iplanet.ums.cos |
Deprecated classes for UMS.
|
com.iplanet.ums.validation |
Deprecated validator classes for UMS.
|
Modifier and Type | Field and Description |
---|---|
static AttrSet |
AttrSet.EMPTY_ATTR_SET
Empty Attribute Set.
|
Modifier and Type | Method and Description |
---|---|
AttrSet |
User.getAttributes(SearchTemplate template)
Return attribute set according to a supplied search template.
|
AttrSet |
Resource.getAttributes(SearchTemplate template)
Return attribute set according to a supplied search template.
|
AttrSet |
PersistentObject.getAttributes(String[] attrs)
Gets attribute values
|
AttrSet |
PersistentObject.getAttributes(String[] attrs,
boolean cacheOnly)
Gets attribute values
|
AttrSet |
PersistentObject.getAttributes(String[] attrNames,
Locale locale)
Returns attribute values with a specified locale.
|
AttrSet |
CreationTemplate.getOptionalAttributeSet()
Gets the optional attributes for object creation.
|
AttrSet |
CreationTemplate.getRequiredAttributeSet()
Gets the required attributes for object creation.
|
AttrSet |
DataLayer.read(Principal principal,
Guid guid)
Read an ldap entry
|
AttrSet |
DataLayer.read(Principal principal,
Guid guid,
String[] attrNames)
Reads an ldap entry.
|
Modifier and Type | Method and Description |
---|---|
void |
DataLayer.addEntry(Principal principal,
Guid guid,
AttrSet attrSet)
Adds entry to the server.
|
Class |
IClassResolver.resolve(String id,
AttrSet set)
Resolves a set of attributes to a subclass of PersistentObject and
returns the class for it.
|
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 |
---|
DirectCOSDefinition(AttrSet attrSet)
Constructor with attribute set argument.
|
DirectCOSDefinition(CreationTemplate template,
AttrSet attrSet)
Constructor with creation template and attribute set arguments.
|
Modifier and Type | Method and Description |
---|---|
static void |
Validation.validateAttributes(AttrSet attrSet,
Class cls,
Guid guid)
Determines whether each attribute in the attribute set is valid.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.