|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.authz.SimpleMessageContext
Simple JAX-RPC MessageContext implementation to allow the authorization framework to be used outside of a full JAX-RPC engine implementation.
Constructor Summary | |
SimpleMessageContext()
|
Method Summary | |
boolean |
containsProperty(java.lang.String name)
checks if context contains property. |
java.lang.Object |
getProperty(java.lang.String name)
gets property. |
java.util.Iterator |
getPropertyNames()
gets the names of all properties in the context. |
void |
removeProperty(java.lang.String name)
removes a property. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
sets a property. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleMessageContext()
Method Detail |
public boolean containsProperty(java.lang.String name)
containsProperty
in interface javax.xml.rpc.handler.MessageContext
name
- property name to look up
public java.lang.Object getProperty(java.lang.String name)
getProperty
in interface javax.xml.rpc.handler.MessageContext
name
- property name to look up
public java.util.Iterator getPropertyNames()
getPropertyNames
in interface javax.xml.rpc.handler.MessageContext
public void removeProperty(java.lang.String name)
removeProperty
in interface javax.xml.rpc.handler.MessageContext
name
- the name of the property to be removedpublic void setProperty(java.lang.String name, java.lang.Object value)
setProperty
in interface javax.xml.rpc.handler.MessageContext
name
- the name of the property to be setvalue
- the value of the property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |