OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Issue#39:number of policies to return is too large


Problem: What if an XACMLPolicyQuery matches more policies than the PDP 
is able to return in a single XACMLPolicyStatement?

Proposal:

Define a new optional, implementation-dependent element that MAY be 
included in an XACMLPolicyQueryType or an XACMLPolicyStatementType.

<element name="PolicyQueryContinuation" 
type="xacml-saml:PolicyQueryContinuationType" />
<complexType name="PolicyQueryContinuationType">
     <xs:sequence>
       <xs:any namespace="##any" processContents="lax" minOccurs="0"
                      maxOccurs="unbounded"/>
     </xs:sequence>
</complexType>

An instance of this element MAY be returned in an 
"XACMLPolicyStatementType", along with Policy and/or PolicySet 
instances.  If present, it indicates that the XACMLPolicyStatement does 
not contain all policies that match the query, and that the PDP supports 
a continuation of the response.

The request MAY then send another XACMLPolicyQuery containing the 
instance of the PolicyQueryContinuation element to obtain more policies 
that match the original query.

The content and interpretation of the PolicyQueryContinuation element is 
completely implementation-dependent.  Support for it is optional.

Regards,
Anne



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]