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

Packages that use AttributeValue
com.ibm.itim.apps.policy Extends the com.ibm.itim.apps package to provide a remotable application programming interface for Policy management. 
com.ibm.itim.common   
com.ibm.itim.dataservices.model Provides a a low-level application programming interface for querying elements of the data model. 
com.ibm.itim.remoteservices.provider   
 

Uses of AttributeValue in com.ibm.itim.apps.policy
 

Methods in com.ibm.itim.apps.policy that return AttributeValue
 AttributeValue ServiceAttributeParameter.getAttributeValueObject()
          Returns the AttributeValue object of a single valued parameter.
 

Uses of AttributeValue in com.ibm.itim.common
 

Subclasses of AttributeValue in com.ibm.itim.common
 class EntitlementAttributeValue
          This class holds entitlement attribute value.
 class PolicyScopeAttributeValue
          This class holds policy scope attribute value.
 

Methods in com.ibm.itim.common that return AttributeValue
 AttributeValue AttributeValues.get(java.lang.String name)
          Get an AttributeValue from the map with the given name.
 AttributeValue ComplexAttributeValue.getSubAttribute(java.lang.String attrName)
          Returns the value of one sub attribute
 AttributeValue AttributeValueIterator.next()
          The next value in the sequence
 

Methods in com.ibm.itim.common that return types with arguments of type AttributeValue
 java.util.Collection<AttributeValue> AttributeChangeOperation.getChangeData()
          Returns a collection of the AttributeValue objects that hold the values of the attributes to be added, removed, or replaced.
 java.util.Map<java.lang.String,AttributeValue> AttributeValues.getMap()
          Returns the Map of AttributeValue objects.
 java.util.Collection<AttributeValue> AttributeValues.values()
          Gets a collection of all the values in the map
 

Methods in com.ibm.itim.common with parameters of type AttributeValue
 void AttributeValues.put(AttributeValue attributeValue)
          Adds an AttributeValue object to the Map
 void ComplexAttributeValue.setSubAttribute(AttributeValue attr)
          Sets the value of one sub attribute
 

Method parameters in com.ibm.itim.common with type arguments of type AttributeValue
 void AttributeChangeOperation.setChangeData(java.util.Collection<AttributeValue> subjectData)
          Replaces the subject of the change action with a collection of AttributeValue objects.
 

Constructor parameters in com.ibm.itim.common with type arguments of type AttributeValue
AttributeValues(java.util.Collection<AttributeValue> attributeValueCollection)
          Creates new AttributeValues with the entries in the collection
AttributeValues(java.util.Map<java.lang.String,AttributeValue> attributeValues)
          Creates new AttributeValues with the given map.
 

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

Methods in com.ibm.itim.dataservices.model that return AttributeValue
 AttributeValue DirectoryObject.getAttribute(java.lang.String name)
          Retrieves one attribute (with applied system semantics if needed) by name from the object.
 AttributeValue DirectoryEntry.getAttribute(java.lang.String name)
          Retrieves one attribute (with applied system semantics if needed) by name from the object.
 AttributeValue DirectoryObject.removeAttribute(AttributeValue attribute)
          Removes the attribute by attribute value object.
 AttributeValue DirectoryEntry.removeAttribute(AttributeValue attribute)
          Removes the attribute by attribute value object.
 AttributeValue DirectoryObject.removeAttribute(java.lang.String attributeName)
          Removes the attribute with the given name from the set of attributes for the object.
 AttributeValue DirectoryEntry.removeAttribute(java.lang.String attributeName)
          Removes the attribute with the given name from the set of attributes for the object.
 

Methods in com.ibm.itim.dataservices.model with parameters of type AttributeValue
 void DirectoryObject.addAttribute(AttributeValue attribute)
          Adds the given attribute and value to the set of attributes for the object.
 void DirectoryEntry.addAttribute(AttributeValue attribute)
          Adds the given attribute and value to the set of attributes for the object.
 AttributeValue DirectoryObject.removeAttribute(AttributeValue attribute)
          Removes the attribute by attribute value object.
 AttributeValue DirectoryEntry.removeAttribute(AttributeValue attribute)
          Removes the attribute by attribute value object.
 void DirectoryObject.setAttribute(AttributeValue attribute)
          Changes the specifified attribute (with applied system semantics if needed).
 void DirectoryEntry.setAttribute(AttributeValue attribute)
          Changes the specifified attribute (with applied system semantics if needed).
 

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

Methods in com.ibm.itim.remoteservices.provider with parameters of type AttributeValue
 void RequestStatus.addNotChangedAttributes(AttributeValue unchangedAttribute)
          Adds an attribute that was not able to be added / updated on the remote resouce.
 



IBM Tivoli Identity Manager 5.0
© Copyright International Business Machines Corporation 2007. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.