Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.iplanet.am.sdk.common | |
com.iplanet.am.sdk.ldap | |
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 | Method and Description |
---|---|
protected static AttrSet |
AMCommonUtils.combineAttrSets(AttrSet attrSet1,
AttrSet attrSet2)
Deprecated.
Combines 2 AttrSets and returns the result set.
|
protected static AttrSet |
AMCommonUtils.mapToAttrSet(Map map)
Deprecated.
Method to convert a Map to AttrSet.
|
protected static AttrSet |
AMCommonUtils.mapToAttrSet(Map map,
boolean byteValues)
Deprecated.
Method to convert a Map to AttrSet.
|
Modifier and Type | Method and Description |
---|---|
protected static Map |
AMCommonUtils.attrSetToMap(AttrSet attrSet)
Deprecated.
|
protected static Map |
AMCommonUtils.attrSetToMap(AttrSet attrSet,
boolean fetchByteValues)
Deprecated.
Method to convert a AttrSet object to Map.
|
protected static AttrSet |
AMCommonUtils.combineAttrSets(AttrSet attrSet1,
AttrSet attrSet2)
Deprecated.
Combines 2 AttrSets and returns the result set.
|
Modifier and Type | Method and Description |
---|---|
static AttrSet |
MiscUtils.combineAttrSets(AttrSet attrSet1,
AttrSet attrSet2)
Combines 2 AttrSets and returns the result set.
|
static AttrSet |
MiscUtils.mapToAttrSet(Map map)
Method to convert a Map to AttrSet.
|
static AttrSet |
MiscUtils.mapToAttrSet(Map map,
boolean byteValues)
Method to convert a Map to AttrSet.
|
Modifier and Type | Method and Description |
---|---|
static Map |
MiscUtils.attrSetToMap(AttrSet attrSet) |
static Map |
MiscUtils.attrSetToMap(AttrSet attrSet,
boolean fetchByteValues)
Method to convert a AttrSet object to Map.
|
static AttrSet |
MiscUtils.combineAttrSets(AttrSet attrSet1,
AttrSet attrSet2)
Combines 2 AttrSets and returns the result set.
|
Modifier and Type | Method and Description |
---|---|
protected AttrSet |
DCTreeServicesImpl.getDomainAttributes(SSOToken token,
String orgDN,
String[] attrNames) |
AttrSet |
CallBackHelper.preProcess(SSOToken token,
String entryDN,
String orgDN,
AttrSet oldAttrSet,
AttrSet newAttrSet,
int operation,
int objectType,
boolean softDelete) |
protected AttrSet[] |
DCTreeServicesImpl.splitAttrSet(String orgDN,
AttrSet attrSet) |
protected AttrSet |
ComplianceServicesImpl.verifyAndGetAttributes(PersistentObject po,
String[] attributeNames)
Method which adds additional compliance required attributes to the
existing list of attribute names and then fetches the attribute set from
LDAP.
|
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. |
void |
CallBackHelper.postProcess(SSOToken token,
String entryDN,
String orgDN,
AttrSet oldAttrSet,
AttrSet newAttrSet,
int operation,
int objectType,
boolean softDelete) |
AttrSet |
CallBackHelper.preProcess(SSOToken token,
String entryDN,
String orgDN,
AttrSet oldAttrSet,
AttrSet newAttrSet,
int operation,
int objectType,
boolean softDelete) |
protected void |
DCTreeServicesImpl.setDomainAttributes(SSOToken token,
String orgDN,
AttrSet attrSet) |
protected AttrSet[] |
DCTreeServicesImpl.splitAttrSet(String orgDN,
AttrSet attrSet) |
protected void |
ComplianceServicesImpl.verifyAttributes(AttrSet attrSet)
Method which checks the attribute set for the presence of
"inetuserstatus" attribute.
|
Modifier and Type | Field and Description |
---|---|
static AttrSet |
AttrSet.EMPTY_ATTR_SET
Empty Attribute Set.
|
Constructor and Description |
---|
ModSet(AttrSet attrSet)
Constructor with an attribute set defaulting all operation types to
ModSet.ADD
|
ModSet(AttrSet attrSet,
int op)
Construct ModSet given the same operation on a set of attributes
|
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.
|
protected AttrSet |
PersistentObject.getAttrSet()
Gets the attribute set as a reference, not a deep copy
|
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. |
AttrSet |
CreationTemplate.getOptionalAttributeSet()
Gets the optional attributes for object creation.
|
AttrSet |
CreationTemplate.getRequiredAttributeSet()
Gets the required attributes for object creation.
|
AttrSet |
ConfigManagerUMS.getSearchTemplate(Guid guid,
String templateName,
int lookup)
Returns the Attribute Key-Value set of a Search or Creation
Template 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DataLayer.addEntry(Principal principal,
Guid guid,
AttrSet attrSet)
Adds entry to the server.
|
void |
ConfigManagerUMS.replaceCreationTemplate(Guid guid,
String templateName,
AttrSet attrSet)
Replaces an existing template.
|
Class |
GroupResolver.resolve(String id,
AttrSet set) |
Class |
IClassResolver.resolve(String id,
AttrSet set)
Resolves a set of attributes to a subclass of PersistentObject and
returns the class for it.
|
Class |
DefaultClassResolver.resolve(String id,
AttrSet set)
Resolves a set of attributes to a subclass of PersistentObject and
returns the class.
|
protected void |
PersistentObject.setAttrSet(AttrSet attrSet)
Sets the attribute set
|
void |
CreationTemplate.setOptionalAttributeSet(AttrSet attrSet)
Sets the optional attributes.
|
void |
CreationTemplate.setRequiredAttributeSet(AttrSet attrSet)
Sets the required attributes.
|
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.
|
CreationTemplate(String name,
AttrSet required,
AttrSet optional)
Creates a template with required and optional attributes.
|
CreationTemplate(String name,
AttrSet required,
AttrSet optional,
ArrayList classes)
Creates a template with required and optional attributes.
|
CreationTemplate(String name,
AttrSet required,
AttrSet optional,
Class cls)
Creates a template with required and optional attributes.
|
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.
|
SearchTemplate(String name,
AttrSet attrSet,
String filter)
Creates a template with an attribute set and a search filter.
|
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–2025 Open Identity Platform Community. All rights reserved.