Uses of Interface
org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Package | Description |
---|---|
org.opensaml.xacml.profile.saml.impl |
XMLObject implementation classes for XACML SAML profile.
|
-
Uses of XACMLAuthzDecisionQueryType in org.opensaml.xacml.profile.saml.impl
Classes in org.opensaml.xacml.profile.saml.impl that implement XACMLAuthzDecisionQueryType Modifier and Type Class Description class
XACMLAuthzDecisionQueryTypeImpl
A concrete implementation ofXACMLAuthzDecisionQueryType
.Methods in org.opensaml.xacml.profile.saml.impl that return XACMLAuthzDecisionQueryType Modifier and Type Method Description XACMLAuthzDecisionQueryType
XACMLAuthzDecisionQueryTypeImplBuilder. buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.XACMLAuthzDecisionQueryType
XACMLAuthzDecisionQueryTypeImplBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Creates an XMLObject with a given fully qualified name.