|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.core.JBossRequestContext
public class JBossRequestContext
Implementation of the RequestContext interface
| Constructor Summary | |
|---|---|
JBossRequestContext()
|
|
| Method Summary | ||
|---|---|---|
|
get(String key)
Get an element from the map |
|
void |
marshall(OutputStream os)
Marshall the request context onto an Output Stream |
|
void |
readRequest(InputStream is)
Read the Request from a stream |
|
void |
readRequest(Node node)
Read a preparsed Node |
|
|
set(String key,
T obj)
Set an object on the map |
|
void |
setRequest(RequestType requestType)
Place the Request instance on the context |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBossRequestContext()
| Method Detail |
|---|
public <T> T get(String key)
ContextMapOp
get in interface ContextMapOpT - object from the mapkey - Key
ContextMapOp.get(String)
public <T> void set(String key,
T obj)
ContextMapOp
set in interface ContextMapOpkey - Key for the mapobj - Object to be placedContextMapOp.set(String, Object)
public void setRequest(RequestType requestType)
throws IOException
RequestContext
setRequest in interface RequestContextrequestType - An instance of RequestType
IOExceptionRequestContext.setRequest(RequestType)
public void readRequest(InputStream is)
throws IOException
RequestContext
readRequest in interface RequestContextis - InputStream for the request
IOExceptionRequestContext.readRequest(InputStream)
public void readRequest(Node node)
throws IOException
RequestContext
readRequest in interface RequestContextIOExceptionRequestContext.readRequest(Node)
public void marshall(OutputStream os)
throws IOException
RequestContext
marshall in interface RequestContextos - OutputStream (System.out, ByteArrayOutputStream etc)
IOExceptionRequestContext.marshall(OutputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||