Uses of Interface
com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
-
Packages that use XACMLAuthzDecisionQuery Package Description com.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.saml2.impl Defines XACML implementations for SAMLv2. -
-
Uses of XACMLAuthzDecisionQuery in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return XACMLAuthzDecisionQuery Modifier and Type Method Description XACMLAuthzDecisionQuery
ContextFactory. createXACMLAuthzDecisionQuery()
Returns a new instance ofXACMLAuthzDecisionQuery
.XACMLAuthzDecisionQuery
ContextFactory. createXACMLAuthzDecisionQuery(String xml)
Returns a new instance ofXACMLAuthzDecisionQuery
.XACMLAuthzDecisionQuery
ContextFactory. createXACMLAuthzDecisionQuery(Element elem)
Returns a new instance ofXACMLAuthzDecisionQuery
. -
Uses of XACMLAuthzDecisionQuery in com.sun.identity.xacml.saml2.impl
Classes in com.sun.identity.xacml.saml2.impl that implement XACMLAuthzDecisionQuery Modifier and Type Class Description class
XACMLAuthzDecisionQueryImpl
TheXACMLAuthzDecisionQueryImpl
is an impelmentation ofXACMLAuthzDecisionQuery
interface.
-