-
Interface Summary
Interface |
Description |
XACMLAuthzDecisionQuery |
The XACMLAuthzDecisionQuery element is a SAML Query that
extends SAML Protocol schema type RequestAbstractType .
|
XACMLAuthzDecisionStatement |
XACMLAuthzDecisionStatement is an extension of
samlp:StatementAbstractType that is carried in a
SAML Assertion to convey xacml-context:Response
Schema:
<xs:element name="XACMLAuthzDecisionStatement"
type="xacml-saml:XACMLAuthzDecisionStatementType"/>
<xs:complexType name="XACMLAuthzDecisionStatementType">
<xs:complexContent>
<xs:extension base="saml:StatementAbstractType">
<xs:sequence>
<xs:element ref="xacml-context:Response"/>
<xs:element ref="xacml-context:Request" minOccurs="0"/>
<xs:sequence>
<xs:extension>
<xs:complexContent>
<xs:complexType>
Schema for Base:
Schema for the base type is
<complexType name="StatementAbstractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
|
Package com.sun.identity.xacml.saml2 Description
Defines XACML interfaces for SAMLv2