Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


oracle.security.idm
Class Property

java.lang.Object
  extended by oracle.security.idm.Property

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ModProperty

public class Property
extends java.lang.Object
implements java.io.Serializable

Property contain name-value(s) information.

Since:
10.1.3
See Also:
Serialized Form

Constructor Summary
Property(java.lang.String name, java.util.List values)
          Construct a property from name string and associated list of values.
Property(java.lang.String name, java.lang.Object val)
          Construct a property from name string and associated value.

 

Method Summary
 void addValue(java.lang.Object value)
          Add a new value associated with this property.
 java.lang.String getName()
          Get the name of the property.
 java.util.List getValues()
          Get list of values associated with this property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Property

public Property(java.lang.String name,
                java.util.List values)
Construct a property from name string and associated list of values.
Parameters:
name - Property name
values - List of values associated with this property

Property

public Property(java.lang.String name,
                java.lang.Object val)
Construct a property from name string and associated value.
Parameters:
name - Property name
val - Value associated with this property

Method Detail

getName

public java.lang.String getName()
Get the name of the property.
Returns:
Property name

getValues

public java.util.List getValues()
Get list of values associated with this property.
Returns:
List of values associated with this property

addValue

public void addValue(java.lang.Object value)
Add a new value associated with this property.
Parameters:
value - new value that is associated with this property

Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.