public class SOAPSAMLXACMLUtil extends Object
| Constructor and Description |
|---|
SOAPSAMLXACMLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static XACMLAuthzDecisionStatementType |
getDecisionStatement(Node samlResponse) |
static XACMLAuthzDecisionQueryType |
getXACMLQueryType(Node samlRequest)
Parse the XACML Authorization Decision Query from the Dom Element
|
static ResponseType |
handleXACMLQuery(org.jboss.security.xacml.interfaces.PolicyDecisionPoint pdp,
String issuer,
XACMLAuthzDecisionQueryType xacmlRequest) |
public static XACMLAuthzDecisionQueryType getXACMLQueryType(Node samlRequest) throws org.picketlink.common.exceptions.ParsingException, org.picketlink.common.exceptions.ConfigurationException, org.picketlink.common.exceptions.ProcessingException
samlRequest - org.picketlink.common.exceptions.ProcessingExceptionorg.picketlink.common.exceptions.ConfigurationExceptionorg.picketlink.common.exceptions.ParsingExceptionpublic static XACMLAuthzDecisionStatementType getDecisionStatement(Node samlResponse) throws org.picketlink.common.exceptions.ConfigurationException, org.picketlink.common.exceptions.ProcessingException, org.picketlink.common.exceptions.ParsingException
org.picketlink.common.exceptions.ConfigurationExceptionorg.picketlink.common.exceptions.ProcessingExceptionorg.picketlink.common.exceptions.ParsingExceptionpublic static ResponseType handleXACMLQuery(org.jboss.security.xacml.interfaces.PolicyDecisionPoint pdp, String issuer, XACMLAuthzDecisionQueryType xacmlRequest) throws org.picketlink.common.exceptions.ProcessingException, org.picketlink.common.exceptions.ConfigurationException
org.picketlink.common.exceptions.ProcessingExceptionorg.picketlink.common.exceptions.ConfigurationExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.