| Package | Description |
|---|---|
| com.ibm.itim.apps.provisioning |
Extends the
com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password management. |
| com.ibm.itim.common |
Provides a set of common classes that are used in many places in ITIM.
|
| com.ibm.itim.dataservices.model |
Provides a a low-level application
programming interface for querying elements of the data model.
|
| com.ibm.itim.dataservices.model.domain |
Extends the
com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
| com.ibm.itim.dataservices.model.domain.access |
Extends the
com.ibm.itim.dataservices.model package to provide an application
programming interface for querying group/access elements of the data model. |
| com.ibm.itim.dataservices.model.pim |
Extends the
com.ibm.itim.dataservices.model package to provide a remotable application programming
interface for Shared Access Module objects. |
| com.ibm.itim.dataservices.model.system |
Extends the
com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the system specific elements of the data model. |
| com.ibm.itim.remoteservices.provider |
Provides the interfaces and classes necessary to write a custom service provider
that remote services will use.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValues |
AccountManager.getAccountParameters(PersonMO owner,
ServiceMO service)
Returns the auto-generated parameters used to define the potential
owner's individual account on the given service.
|
AttributeValues |
AccountManager.getAccountParameters(PersonMO owner,
ServiceMO service)
Returns the auto-generated parameters used to define the potential
owner's individual account on the given service.
|
AttributeValues |
AccountManager.getAccountParameters(PersonMO owner,
ServiceMO service,
java.lang.String ownershipType)
Returns the auto-generated parameters used to define the potential
owner's account of the specified ownership type on the given service.
|
AttributeValues |
AccountManager.getAccountParameters(PersonMO owner,
ServiceMO service,
java.lang.String ownershipType)
Returns the auto-generated parameters used to define the potential
owner's account of the specified ownership type on the given service.
|
AttributeValues |
ServiceTestResult.getReturnAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Compliance |
AccountManager.checkAccountCompliance(PersonMO owner,
ServiceMO service,
AttributeValues params)
Checks the account compliance on the given service with the given
parameters for the given owner.
|
Compliance |
AccountManager.checkAccountCompliance(PersonMO owner,
ServiceMO service,
AttributeValues params)
Checks the account compliance on the given service with the given
parameters for the given owner.
|
Compliance |
AccountManager.checkAccountCompliance(PersonMO owner,
ServiceMO service,
java.lang.String ownershipType,
AttributeValues params)
This method checks the account compliance on the service with the
parameters for the owner.
|
Compliance |
AccountManager.checkAccountCompliance(PersonMO owner,
ServiceMO service,
java.lang.String ownershipType,
AttributeValues params)
This method checks the account compliance on the service with the
parameters for the owner.
|
boolean |
AccountManager.isAccountCompliant(PersonMO owner,
ServiceMO service,
AttributeValues params,
java.util.Collection errors)
Deprecated.
Please use checkAccountCompliance method.
|
boolean |
AccountManager.isAccountCompliant(PersonMO owner,
ServiceMO service,
AttributeValues params,
java.util.Collection errors)
Deprecated.
Please use checkAccountCompliance method.
|
java.lang.String |
Compliance.requiredChangesToString(AttributeValues originalAttrVals)
Returns the string representation of the required attribute changes to
make the account compliant.
|
void |
ServiceTestResult.setReturnAttributes(AttributeValues rtnAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeValues.combine(AttributeValues attributeValues)
Combines the values in this AttributeValues object with the given
AttributeValues object
|
| Constructor and Description |
|---|
AttributeValues(AttributeValues attributeValues)
Creates new AttributeValues with the given AttributeValues object.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValues |
DirectoryObject.getAttributes()
Returns the attributes of the object, including the union of semantic
and raw attributes.
|
AttributeValues |
DirectoryEntry.getAttributes()
Returns the attributes of the object without any system semantics.
|
AttributeValues |
DirectoryObject.getMappedAttributes()
Returns the attributes of the object with all applicable system
semantics.
|
AttributeValues |
DirectoryEntry.getOldAttributes()
Returns the old attributes of the object without any system semantics.
|
AttributeValues |
DirectoryObject.getOldMappedAttributes()
Returns the old attributes of the object with all applicable system
semantics.
|
AttributeValues |
DirectoryObject.getRawAttributes()
Returns the attributes of the object without any system semantics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryObject.setAttributes(AttributeValues attributes)
Replaces the attributes of the object using system semantics.
|
void |
DirectoryEntry.setAttributes(AttributeValues attributes)
Replaces the attributes of the object using system semantics.
|
| Constructor and Description |
|---|
DirectoryEntry(DistinguishedName dn,
AttributeValues attributes)
Constructs the object with full set of parameters.
|
LifecycleProfile(DistinguishedName dn,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> complianceRules,
AttributeValues attributes,
DistinguishedName target) |
ObjectProfile(java.lang.String category,
java.lang.String name,
java.lang.String customClass,
java.lang.String nameAttr,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<java.lang.String> searchAttr,
AttributeValues avs)
Constructs a new ObjectProfile object.
|
ServiceProfile(DistinguishedName dn,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> complianceRules,
AttributeValues attributes)
XXX This description is not correct and needs to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValues |
AccessInfo.getAttributes()
Returns A list of attribute value pair that holds the access information.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryObjectEntity |
ServiceModel.addSupportingData(AttributeValues rdn,
DirectoryObject directoryObject)
Add a supporting data entry to the enrole data store.
|
GroupEntity |
GroupFactory.create(ServiceEntity service,
Group group,
AttributeValues rdn)
Creates a group in the data store with the given
value object to define the group attributes.
|
GroupEntity |
GroupFactory.create(ServiceEntity service,
Group group,
AttributeValues rdn,
ObjectProfile groupProfile)
Creates a group in the data store with the given
value object to define the group's attributes.
|
| Constructor and Description |
|---|
Account(java.lang.String profileName,
AttributeValues attributes)
Deprecated.
Use Account(String profileName) and setAttributes(attributes) instead
|
AdminDomain(AttributeValues attributes)
Constructs object with attribute information.
|
AdminDomain(java.lang.String profileName,
AttributeValues attributes)
Deprecated.
Use AdminDomain(AttributeValues) instead. Since 4.6
|
BusinessPartnerOrg(AttributeValues attributes)
Constructs object with attribute information.
|
BusinessPartnerOrg(java.lang.String profileName,
AttributeValues attributes)
Constructs object with profile and attribute information.
|
DirectorySystem(DistinguishedName dn,
java.lang.String name,
AttributeValues attrs)
Constructor for create a directory system.
|
DynamicRole(AttributeValues attributes)
Constructs object with attribute information.
|
Group(java.lang.String profileName,
AttributeValues attributes)
Constructs object with profile and attribute information.
|
HostedService(java.lang.String concretServiceProfileName,
AttributeValues attributes)
Constructs object with profile and attribute information.
|
Location(AttributeValues attributes)
Constructs object with attribute information.
|
Location(java.lang.String profileName,
AttributeValues attributes)
Deprecated.
Use Location(AttributeValues) instead. Since 4.6
|
Organization(AttributeValues attributes)
Constructs object with attribute information.
|
Organization(java.lang.String profileName,
AttributeValues attributes)
Deprecated.
Use Organization(AttributeValues) instead. Since 4.6
|
OrganizationalUnit(AttributeValues attributes)
Constructs object with attribute information.
|
OrganizationalUnit(java.lang.String profileName,
AttributeValues attributes)
Deprecated.
Use OrganizationalUnit(AttributeValues) instead. Since 4.6
|
Person(java.lang.String profileName,
AttributeValues attrs)
Deprecated.
Use Person(String profileName) and setAttributes(attributes) instead
|
Role(AttributeValues attrs)
Constructs object with attribute information.
|
Service(java.lang.String profileName,
AttributeValues attributes)
Constructs object with profile and attribute information.
|
SupportingDataObject(java.util.Collection objectClasses,
AttributeValues attributes)
Creates a new instance of SupportingDataObject.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValues |
ProvisioningConfiguration.getAttributes()
Returns the attributes and their values.
|
| Constructor and Description |
|---|
Credential(AttributeValues attrs)
This constructor creates an object with attribute information.
|
CredentialLease(AttributeValues attrs)
This constructor creates the object with the attribute information.
|
CredentialPool(AttributeValues attrs)
Constructs object with attribute information.
|
SharedAccessPolicy(AttributeValues attrs)
Constructs object with attribute information.
|
| Constructor and Description |
|---|
SystemRole(AttributeValues attributes)
Constructs object with attribute information.
|
SystemUser(AttributeValues attributes)
Constructs object with attribute information.
|
SystemUser(java.lang.String name,
AttributeValues attributes)
Constructs object with name (user id) and attribute information.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValues |
SearchResult.getAttributeValues()
Gets the model attributes for this search entry
|
AttributeValues |
RequestStatus.getNotChangedAttributes()
Gets the attributes that were not able to be added / updated
on the remote resouce.
|
AttributeValues |
RequestStatus.getReturnAttributes()
Gets a list of the return (output) attributes from the remote request.
|
| Modifier and Type | Method and Description |
|---|---|
RequestStatus |
ServiceProvider.add(java.lang.String objectClass,
AttributeValues attributeValues,
java.lang.String requestID)
Adds an entity to the remote resource with the given attributes
|
RequestStatus |
UnsolicitedEventProcessor.processAddRequest(Service service,
java.lang.String entryDN,
java.util.Collection objectClasses,
AttributeValues attributeValues)
Process an add request sent from a remote service in a unsolicited
notification event.
|
void |
RequestStatus.setReturnAttributes(AttributeValues returnAttributes)
Sets a list of the output attributes from the remote request.
|
| Constructor and Description |
|---|
SearchResult(java.lang.String dn,
java.util.Collection<?> objectClasses,
AttributeValues attributeValues)
Creates new SearchResult
|
SearchResult(java.lang.String dn,
java.lang.String objectClass,
AttributeValues attributeValues)
Creates new SearchResult
|
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.