Skip navigation links

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

E14650-03


oracle.security.jps.config
Class ExtendedProperty

java.lang.Object
  extended by oracle.security.jps.config.ExtendedProperty


public class ExtendedProperty
extends java.lang.Object
Since:
release specific (what release of product did this appear in)

Constructor Summary
ExtendedProperty()
           

 

Method Summary
 boolean equals(java.lang.Object o)
          Compares object to check for equality
 java.util.List getProperty(java.lang.String key)
          Searches for the property with the specified key in this property list.
 int hashCode()
          returns the hashcode value of the extended property
 java.util.Set keySet()
          Returns a set view of the keys contained in the extended property
 void putAll(ExtendedProperty ep)
          Copies all the key/values from the specified extended property to the existing extended property
 java.util.List setProperty(java.lang.String name, java.util.List values)
          Puts the property in the HashMap
 java.lang.String toString()
          This method returns the string representation of this property object

 

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

 

Constructor Detail

ExtendedProperty

public ExtendedProperty()

Method Detail

setProperty

public java.util.List setProperty(java.lang.String name,
                                  java.util.List values)
Puts the property in the HashMap
Parameters:
name -
values -
Returns:
the previous value of the specified key in this property list, or null if it did not have one.

getProperty

public java.util.List getProperty(java.lang.String key)
Searches for the property with the specified key in this property list. If the key is not found in this property list,null is returned
Parameters:
key -
Returns:
property or null if not found

keySet

public java.util.Set keySet()
Returns a set view of the keys contained in the extended property
Returns:
Set view of the keys

equals

public boolean equals(java.lang.Object o)
Compares object to check for equality
Overrides:
equals in class java.lang.Object
Parameters:
o -
Returns:
true if equal, false otherwise.

hashCode

public int hashCode()
returns the hashcode value of the extended property
Overrides:
hashCode in class java.lang.Object
Returns:
hashcode

toString

public java.lang.String toString()
This method returns the string representation of this property object
Overrides:
toString in class java.lang.Object
Returns:
String representation of this object

putAll

public void putAll(ExtendedProperty ep)
Copies all the key/values from the specified extended property to the existing extended property
Parameters:
ep -

Skip navigation links

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

E14650-03


Copyright © 2010, Oracle. All rights reserved.