com.ibm.itim.common
Class PolicyScopeAttributeValue

java.lang.Object
  extended by com.ibm.itim.common.ValueObject
      extended by com.ibm.itim.common.AttributeValue
          extended by com.ibm.itim.common.PolicyScopeAttributeValue
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class PolicyScopeAttributeValue
extends AttributeValue

This class holds policy scope attribute value. This class overrides the 'toXML' function of AttributeValue class.

See Also:
Serialized Form

Field Summary
static int ONELEVEL_SCOPE
          Constant indicating a single level search scope.
static int SUBTREE_SCOPE
          Constant indicating a sub-tree search scope.
 
Constructor Summary
PolicyScopeAttributeValue()
          Constructor
PolicyScopeAttributeValue(java.lang.String attributeName, java.lang.String value)
          Constructor
 
Method Summary
 java.lang.String toXML()
          Returns an XML String representation of the scope attribute.
 
Methods inherited from class com.ibm.itim.common.AttributeValue
addValue, addValues, clone, equals, equals, getBinaryString, getBoolean, getBytes, getDate, getInt, getLong, getMapValue, getName, getSingleValue, getString, getSyntaxId, getValues, getValueString, hashCode, isValueEmpty, isValueExist, removeValue, removeValues, replaceSingleValue, setBoolean, setBytes, setInt, setLong, setMapValue, setName, setSingleValue, setValue, setValues, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ONELEVEL_SCOPE

public static int ONELEVEL_SCOPE
Constant indicating a single level search scope.


SUBTREE_SCOPE

public static int SUBTREE_SCOPE
Constant indicating a sub-tree search scope. This scope will result in all sub nodes beneath the search base being searched.

Constructor Detail

PolicyScopeAttributeValue

public PolicyScopeAttributeValue()
Constructor


PolicyScopeAttributeValue

public PolicyScopeAttributeValue(java.lang.String attributeName,
                                 java.lang.String value)
Constructor

Parameters:
attributeName -
value -
Method Detail

toXML

public java.lang.String toXML()
Returns an XML String representation of the scope attribute.

Overrides:
toXML in class AttributeValue
Returns:
XML String representation of the scope attribute.


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.