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
 
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


Copyright © 2007 JBoss Inc.. All Rights Reserved.