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 ParsingException, ConfigurationException, ProcessingException
samlRequest
- ProcessingException
ConfigurationException
ParsingException
public static XACMLAuthzDecisionStatementType getDecisionStatement(Node samlResponse) throws ConfigurationException, ProcessingException, ParsingException
public static ResponseType handleXACMLQuery(org.jboss.security.xacml.interfaces.PolicyDecisionPoint pdp, String issuer, XACMLAuthzDecisionQueryType xacmlRequest) throws ProcessingException, ConfigurationException
Copyright © 2017 JBoss by Red Hat. All rights reserved.