Class CXFMessageParser
java.lang.Object
org.apache.cxf.rt.security.saml.xacml.CXFMessageParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Issuer of the SAML AssertiongetResourceURI(boolean fullRequestURL) boolean
-
Constructor Details
-
CXFMessageParser
public CXFMessageParser(org.apache.cxf.message.Message message) - Parameters:
message-
-
-
Method Details
-
isSOAPService
public boolean isSOAPService() -
getWSDLOperation
-
getWSDLService
-
getResourceURI
- 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
-
getIssuer
Get the Issuer of the SAML Assertion- Throws:
org.apache.wss4j.common.ext.WSSecurityException
-