Uses of Interface
com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
-
Packages that use XACMLAuthzDecisionStatement Package Description com.sun.identity.xacml.context Defines XACML2 context classes -
-
Uses of XACMLAuthzDecisionStatement in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return XACMLAuthzDecisionStatement Modifier and Type Method Description XACMLAuthzDecisionStatement
ContextFactory. createXACMLAuthzDecisionStatement()
Returns a new instance ofXACMLAuthzDecisionStatement
.XACMLAuthzDecisionStatement
ContextFactory. createXACMLAuthzDecisionStatement(String xml)
Returns a new instance ofXACMLAuthzDecisionStatement
.XACMLAuthzDecisionStatement
ContextFactory. createXACMLAuthzDecisionStatement(Element elem)
Returns a new instance ofXACMLAuthzDecisionStatement
.
-