Uses of Class
com.ibm.itim.common.AttributeValues

Packages that use AttributeValues
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. 
 

Uses of AttributeValues in com.ibm.itim.apps.provisioning
 

Methods in com.ibm.itim.apps.provisioning that return AttributeValues
 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()
           
 

Methods in com.ibm.itim.apps.provisioning with parameters of type AttributeValues
 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)
           
 

Uses of AttributeValues in com.ibm.itim.common
 

Methods in com.ibm.itim.common that return AttributeValues
 AttributeValues ComplexAttributeValue.getSubAttributes()
          Returns the sub attribute values of a complex attribute value
 

Methods in com.ibm.itim.common with parameters of type AttributeValues
 void AttributeValues.combine(AttributeValues attributeValues)
          Combines the values in this AttributeValues object with the given AttributeValues object
 void ComplexAttributeValue.setSubAttributes(AttributeValues attrs)
          Sets the sub attribute values of a complex attribute value
 

Constructors in com.ibm.itim.common with parameters of type AttributeValues
AttributeValues(AttributeValues attributeValues)
          Creates new AttributeValues with the given AttributeValues object.
ComplexAttributeValue(java.lang.String id, AttributeValues subAttributes)
          Constructs complex attribute value with an unique id and a collection sub attributes
 

Uses of AttributeValues in com.ibm.itim.dataservices.model
 

Methods in com.ibm.itim.dataservices.model that return AttributeValues
 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.
 AttributeValues ComplexAttributeHandler.getSubAttributeDefaults(java.lang.String attrName)
          Constructs set of sub-attributes for a complex attribute value The implementation of the handler will determine where the defaults are specified or how it is being generated.
 

Methods in com.ibm.itim.dataservices.model with parameters of type AttributeValues
 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.
 

Constructors in com.ibm.itim.dataservices.model with parameters of type AttributeValues
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.
 

Uses of AttributeValues in com.ibm.itim.dataservices.model.domain
 

Methods in com.ibm.itim.dataservices.model.domain that return AttributeValues
 AttributeValues AccessInfo.getAttributes()
          Returns A list of attribute value pair that holds the access information.
 

Methods in com.ibm.itim.dataservices.model.domain with parameters of type AttributeValues
 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.
 

Constructors in com.ibm.itim.dataservices.model.domain with parameters of type AttributeValues
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.
 

Uses of AttributeValues in com.ibm.itim.dataservices.model.domain.access
 

Methods in com.ibm.itim.dataservices.model.domain.access that return AttributeValues
 AttributeValues ProvisioningConfiguration.getAttributes()
          Returns the attributes and their values.
 

Uses of AttributeValues in com.ibm.itim.dataservices.model.pim
 

Constructors in com.ibm.itim.dataservices.model.pim with parameters of type AttributeValues
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.
 

Uses of AttributeValues in com.ibm.itim.dataservices.model.system
 

Constructors in com.ibm.itim.dataservices.model.system with parameters of type AttributeValues
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.
 

Uses of AttributeValues in com.ibm.itim.remoteservices.provider
 

Methods in com.ibm.itim.remoteservices.provider that return AttributeValues
 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.
 

Methods in com.ibm.itim.remoteservices.provider with parameters of type AttributeValues
 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.
 

Constructors in com.ibm.itim.remoteservices.provider with parameters of type AttributeValues
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.