Class CXFMessageParser
- java.lang.Object
-
- org.apache.cxf.rt.security.saml.xacml.CXFMessageParser
-
public class CXFMessageParser extends Object
-
-
Constructor Summary
Constructors Constructor Description CXFMessageParser(Message message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction(String defaultSOAPAction)StringgetIssuer()Get the Issuer of the SAML AssertionStringgetResourceURI(boolean fullRequestURL)QNamegetWSDLOperation()QNamegetWSDLService()booleanisSOAPService()
-
-
-
Constructor Detail
-
CXFMessageParser
public CXFMessageParser(Message message)
- Parameters:
message-
-
-
Method Detail
-
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)
-
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
-
-