org.glite.authz.common.context
Class DecisionRequestContext

java.lang.Object
  extended by org.opensaml.ws.message.BaseMessageContext
      extended by org.opensaml.ws.soap.client.BasicSOAPMessageContext
          extended by org.glite.authz.common.context.DecisionRequestContext
All Implemented Interfaces:
org.opensaml.ws.message.MessageContext, org.opensaml.ws.soap.client.SOAPMessageContext

public class DecisionRequestContext
extends org.opensaml.ws.soap.client.BasicSOAPMessageContext

A XACML decision request message context


Constructor Summary
DecisionRequestContext()
           
 
Method Summary
 java.lang.String getAuthorizationDecision()
          Gets the result of the authorization request.
 java.lang.String getInboundMessageId()
          Gets the ID of the inbound authorization response.
 java.lang.String getOutboundMessageId()
          Gets the ID of the outbound authorization request.
 java.lang.String getRespondingPDP()
          Gets the URL to the PDP that responded to the authorization request.
 void setAuthorizationDecision(java.lang.String decision)
          Sets the result of the authorization request.
 void setInboundMessageId(java.lang.String id)
          Sets the ID of the inbound authorization response.
 void setOutboundMessageId(java.lang.String id)
          Sets the ID of the outbound authorization request.
 void setRespondingPDP(java.lang.String pdp)
          Sets the URL to the PDP that responded the authorization request.
 
Methods inherited from class org.opensaml.ws.soap.client.BasicSOAPMessageContext
getSOAPRequestParameters, setSOAPRequestParameters
 
Methods inherited from class org.opensaml.ws.message.BaseMessageContext
getCommunicationProfileId, getInboundMessage, getInboundMessageIssuer, getInboundMessageTransport, getOutboundHandlerChainResolver, getOutboundMessage, getOutboundMessageIssuer, getOutboundMessageTransport, getPostSecurityInboundHandlerChainResolver, getPreSecurityInboundHandlerChainResolver, getSecurityPolicyResolver, isIssuerAuthenticated, setCommunicationProfileId, setInboundMessage, setInboundMessageIssuer, setInboundMessageTransport, setOutboundHandlerChainResolver, setOutboundMessage, setOutboundMessageIssuer, setOutboundMessageTransport, setPostSecurityInboundHandlerChainResolver, setPreSecurityInboundHandlerChainResolver, setSecurityPolicyResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.ws.message.MessageContext
getCommunicationProfileId, getInboundMessage, getInboundMessageIssuer, getInboundMessageTransport, getOutboundHandlerChainResolver, getOutboundMessage, getOutboundMessageIssuer, getOutboundMessageTransport, getPostSecurityInboundHandlerChainResolver, getPreSecurityInboundHandlerChainResolver, getSecurityPolicyResolver, isIssuerAuthenticated, setCommunicationProfileId, setInboundMessage, setInboundMessageIssuer, setInboundMessageTransport, setOutboundHandlerChainResolver, setOutboundMessage, setOutboundMessageIssuer, setOutboundMessageTransport, setPostSecurityInboundHandlerChainResolver, setPreSecurityInboundHandlerChainResolver, setSecurityPolicyResolver
 

Constructor Detail

DecisionRequestContext

public DecisionRequestContext()
Method Detail

getOutboundMessageId

public java.lang.String getOutboundMessageId()
Gets the ID of the outbound authorization request.

Returns:
ID of the outbound authorization request

setOutboundMessageId

public void setOutboundMessageId(java.lang.String id)
Sets the ID of the outbound authorization request.

Parameters:
id - ID of the outbound authorization request

getRespondingPDP

public java.lang.String getRespondingPDP()
Gets the URL to the PDP that responded to the authorization request.

Returns:
URL to the PDP that responded the authorization request

setRespondingPDP

public void setRespondingPDP(java.lang.String pdp)
Sets the URL to the PDP that responded the authorization request.

Parameters:
pdp - URL to the PDP that responded the authorization request

getInboundMessageId

public java.lang.String getInboundMessageId()
Gets the ID of the inbound authorization response.

Returns:
ID of the inbound authorization response

setInboundMessageId

public void setInboundMessageId(java.lang.String id)
Sets the ID of the inbound authorization response.

Parameters:
id - ID of the inbound authorization response

getAuthorizationDecision

public java.lang.String getAuthorizationDecision()
Gets the result of the authorization request.

Returns:
result of the authorization request

setAuthorizationDecision

public void setAuthorizationDecision(java.lang.String decision)
Sets the result of the authorization request.

Parameters:
decision - result of the authorization request


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.