Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


oracle.igf.ids
Class ModAttribute

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by oracle.igf.ids.Attribute
                  extended by oracle.igf.ids.ModAttribute

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class ModAttribute
extends Attribute

ModPropertyValue is used to hold property values to be modified in Attribute Authority

See Also:
Serialized Form

Nested Class Summary
static class ModAttribute.ModType
          Type of modification - ADD/DELETE/REPLACE value

 

Constructor Summary
ModAttribute(java.lang.String name, java.util.List values)
          ModPropertyValue is initialized with attributeName and attributeValues
ModAttribute(java.lang.String name, java.util.List values, java.util.Locale locale)
          ModPropertyValue is initialized with attributeName and attributeValues
ModAttribute(java.lang.String name, java.util.List values, ModAttribute.ModType modType)
          ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
ModAttribute(java.lang.String name, java.util.List values, ModAttribute.ModType modType, java.util.Locale locale)
          ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
ModAttribute(java.lang.String name, java.lang.Object value)
          ModPropertyValue is initialized with attributeName and attributeValue
ModAttribute(java.lang.String name, java.lang.Object value, java.util.Locale locale)
          ModPropertyValue is initialized with attributeName and attributeValue
ModAttribute(java.lang.String name, java.lang.Object value, ModAttribute.ModType modType)
          ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation
ModAttribute(java.lang.String name, java.lang.Object value, ModAttribute.ModType modType, java.util.Locale locale)
          ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation

 

Method Summary
 ModAttribute.ModType getModType()
          Returns the modify opeation type
 void setModType(ModAttribute.ModType modType)
          Set the Modify Operation

 

Methods inherited from class oracle.igf.ids.Attribute
clone, getLocale, getName, getStringValues

 

Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize

 

Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList

 

Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList

 

Constructor Detail

ModAttribute

public ModAttribute(java.lang.String name,
                    java.util.List values)
ModPropertyValue is initialized with attributeName and attributeValues
Parameters:
name - Property Name
values - List of Property values

ModAttribute

public ModAttribute(java.lang.String name,
                    java.util.List values,
                    ModAttribute.ModType modType)
ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
Parameters:
name - Property Name
values - List of Property values
modType - Valid Modify operation type ModAttribute.ModType

ModAttribute

public ModAttribute(java.lang.String name,
                    java.lang.Object value)
ModPropertyValue is initialized with attributeName and attributeValue
Parameters:
name - Property Name
value - Property value

ModAttribute

public ModAttribute(java.lang.String name,
                    java.lang.Object value,
                    ModAttribute.ModType modType)
ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation
Parameters:
name - Property Name
value - Property Value
modType - Valid Modify operation type ModAttribute.ModType

ModAttribute

public ModAttribute(java.lang.String name,
                    java.util.List values,
                    java.util.Locale locale)
ModPropertyValue is initialized with attributeName and attributeValues
Parameters:
name - Property Name
values - List of Property values
locale - Locale value

ModAttribute

public ModAttribute(java.lang.String name,
                    java.util.List values,
                    ModAttribute.ModType modType,
                    java.util.Locale locale)
ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
Parameters:
name - Property Name
values - List of Property values
modType - Valid Modify operation type ModAttribute.ModType
locale - Locale value

ModAttribute

public ModAttribute(java.lang.String name,
                    java.lang.Object value,
                    java.util.Locale locale)
ModPropertyValue is initialized with attributeName and attributeValue
Parameters:
name - Property Name
value - Property value
locale - Locale value

ModAttribute

public ModAttribute(java.lang.String name,
                    java.lang.Object value,
                    ModAttribute.ModType modType,
                    java.util.Locale locale)
ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation
Parameters:
name - Property Name
value - Property Value
modType - Valid Modify operation type ModAttribute.ModType
locale - Locale value

Method Detail

getModType

public ModAttribute.ModType getModType()
Returns the modify opeation type
Returns:
Modify operation type ModAttribute.ModType

setModType

public void setModType(ModAttribute.ModType modType)
Set the Modify Operation
Parameters:
modType - Valid Modify operation type ModAttribute.ModType

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.