public class WSXACMLMessageReceiver
extends org.apache.axis2.rpc.receivers.RPCMessageReceiver
Constructor and Description |
---|
WSXACMLMessageReceiver() |
Modifier and Type | Method and Description |
---|---|
static void |
doBootstrap()
Bootstrap the OpenSAML2 library only if it is not bootstrapped.
|
void |
invokeBusinessLogic(org.apache.axis2.context.MessageContext inMessageContext,
org.apache.axis2.context.MessageContext outMessageContext) |
String |
secureXACMLResponse(String xacmlResponse)
Encapsulates the passed in xacml response into a saml response
|
org.opensaml.xml.XMLObject |
unmarshall(String xmlString)
Constructing the SAML or XACML Objects from a String
|
invokeBusinessLogic
public static void doBootstrap()
public void invokeBusinessLogic(org.apache.axis2.context.MessageContext inMessageContext, org.apache.axis2.context.MessageContext outMessageContext) throws org.apache.axis2.AxisFault
invokeBusinessLogic
in class org.apache.axis2.rpc.receivers.RPCMessageReceiver
org.apache.axis2.AxisFault
public org.opensaml.xml.XMLObject unmarshall(String xmlString) throws EntitlementException
xmlString
- Decoded SAML or XACML StringEntitlementException
Copyright © 2016 WSO2. All rights reserved.