|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wssecurity.callbackhandler.PropertyCallback
public class PropertyCallback
This class is a callback for handling the name-value pairs in <Property>
elements in WS-Security configuration XMI files.
Constructor Summary | |
---|---|
PropertyCallback(java.util.Map<java.lang.Object,java.lang.Object> properties)
Class constructor. |
Method Summary | |
---|---|
java.util.Map<java.lang.Object,java.lang.Object> |
getProperties()
Returns the properties. |
java.lang.Object |
getProperty(java.lang.Object name)
Returns the value in the properties which corresponds to the specified name. |
void |
setProperties(java.util.Map<java.lang.Object,java.lang.Object> properties)
Sets properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyCallback(java.util.Map<java.lang.Object,java.lang.Object> properties)
properties
- a Map
object which contains name-value
pairs.Method Detail |
---|
public void setProperties(java.util.Map<java.lang.Object,java.lang.Object> properties)
properties
- a Map
object which contains name-value
pairs.public java.util.Map<java.lang.Object,java.lang.Object> getProperties()
public java.lang.Object getProperty(java.lang.Object name)
name
- key for the name-value pairs.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |