|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.core.JBossResponseContext
public class JBossResponseContext
Implementation of the ResponseContext interface
| Constructor Summary | |
|---|---|
JBossResponseContext()
|
|
| Method Summary | ||
|---|---|---|
|
get(String key)
Get an element from the map |
|
int |
getDecision()
Decision based on the evaluation of policies |
|
void |
marshall(OutputStream os)
Marshall the response context onto an Output Stream |
|
|
set(String key,
T obj)
Set an object on the map |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBossResponseContext()
| 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 int getDecision()
ResponseContext
getDecision in interface ResponseContextXACMLConstants.DECISION_PERMITResponseContext.getDecision()
public void marshall(OutputStream os)
throws IOException
ResponseContext
marshall in interface ResponseContextos - OutputStream (System.out, ByteArrayOutputStream etc)
IOExceptionResponseContext.marshall(OutputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||