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 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.remoteservices.provider Provides the interfaces and classes necessary to write a custom service provider that remote services will use. 
 

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 PolicyMembershipAttributeValue
          This class holds policy membership 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 DelimitedMultiValueAttribute.getAttributeValue()
          Constructs an AttributeValue object containing all of the values represented by this attribute.
 AttributeValue DelimitedMultiValueAttribute.getAttributeValue(java.lang.String key)
          Constructs an AttributeValue object containing a single value for the key-value pair identified by the given key.
 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.
 

Constructors in com.ibm.itim.common with parameters of type AttributeValue
DelimitedMultiValueAttribute(AttributeValue attrVal)
          Loads the delimited values contained by the given attribute value.
 

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.
 void DirectoryObject.addAttributeValues(AttributeValue attribute)
          Adds the given attribute and value to the set of attributes for the object.
 void DirectoryEntry.addAttributeValues(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.dataservices.model.domain
 

Methods in com.ibm.itim.dataservices.model.domain with parameters of type AttributeValue
 DistinguishedName PersonFactory.createPersonDN(AttributeValue globalid, CompoundDN logicalContext)
           
 

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 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.