|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.message.BaseMessageContext
org.opensaml.ws.soap.client.BasicSOAPMessageContext
org.glite.authz.common.context.DecisionRequestContext
public class DecisionRequestContext
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 |
---|
public DecisionRequestContext()
Method Detail |
---|
public java.lang.String getOutboundMessageId()
public void setOutboundMessageId(java.lang.String id)
id
- ID of the outbound authorization requestpublic java.lang.String getRespondingPDP()
public void setRespondingPDP(java.lang.String pdp)
pdp
- URL to the PDP that responded the authorization requestpublic java.lang.String getInboundMessageId()
public void setInboundMessageId(java.lang.String id)
id
- ID of the inbound authorization responsepublic java.lang.String getAuthorizationDecision()
public void setAuthorizationDecision(java.lang.String decision)
decision
- result of the authorization request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |