org.jboss.security.xacml.interfaces
Interface ResponseContext

All Superinterfaces:
ContextMapOp
All Known Implementing Classes:
JBossResponseContext

public interface ResponseContext
extends ContextMapOp

Represents a XACML Response

Since:
Jul 6, 2007
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Method Summary
 int getDecision()
          Decision based on the evaluation of policies
 void marshall(OutputStream os)
          Marshall the response context onto an Output Stream
 
Methods inherited from interface org.jboss.security.xacml.interfaces.ContextMapOp
get, set
 

Method Detail

getDecision

int getDecision()
Decision based on the evaluation of policies

Returns:
int value XACMLConstants.DECISION_PERMIT
See Also:
XACMLConstants

marshall

void marshall(OutputStream os)
              throws IOException
Marshall the response context onto an Output Stream

Parameters:
os - OutputStream (System.out, ByteArrayOutputStream etc)
Throws:
IOException


Copyright © 2008 JBoss Inc.. All Rights Reserved.