org.apache.cxf.rt.security.xacml
Class CXFMessageParser
java.lang.Object
org.apache.cxf.rt.security.xacml.CXFMessageParser
public class CXFMessageParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CXFMessageParser
public CXFMessageParser(Message message)
- Parameters:
message
-
isSOAPService
public boolean isSOAPService()
getWSDLOperation
public QName getWSDLOperation()
getWSDLService
public QName getWSDLService()
getResourceURI
public String getResourceURI(boolean fullRequestURL)
- Parameters:
fullRequestURL
- Whether to send the full Request URL as the resource or not. If set to true, the
full Request URL will be sent for both a JAX-WS and JAX-RS service. If set to false (the
default), a JAX-WS service will send the "{namespace}operation" QName, and a JAX-RS service
will send the RequestURI (i.e. minus the initial https: prefix)
getAction
public String getAction(String defaultSOAPAction)
getIssuer
public String getIssuer()
throws org.apache.wss4j.common.ext.WSSecurityException
- Get the Issuer of the SAML Assertion
- Throws:
org.apache.wss4j.common.ext.WSSecurityException
Apache CXF