| 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.security.jps.config.ExtendedProperty
public class ExtendedProperty
| Constructor Summary | |
|---|---|
ExtendedProperty() | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object o)Compares object to check for equality  | 
 java.util.List<java.lang.String> | 
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<java.lang.String> | 
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<java.lang.String> | 
setProperty(java.lang.String name, java.util.List<java.lang.String> 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 | 
|---|
public ExtendedProperty()
| Method Detail | 
|---|
public java.util.List<java.lang.String> setProperty(java.lang.String name,
                                                    java.util.List<java.lang.String> values)
name -values -public java.util.List<java.lang.String> getProperty(java.lang.String key)
key -public java.util.Set<java.lang.String> keySet()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto -public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void putAll(ExtendedProperty ep)
ep -
  | 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||