2.14 DefaultSecurityFilter

The DefaultSecurityFilter element specifies a reference to an attribute that is used as a filter on the parent Entity element if no SecurityFilters elements are present either because no SecurityFilters elements are defined or because the user does not have permission to any of the SecurityFilters elements.

The following are the parent and child elements of the DefaultSecurityFilter element.

Parent elements

Entity

Child Elements

DefaultSecurityFilter.AttributeReference

The following is the XML Schema definition of the DefaultSecurityFilter element.          

 <xsd:complexType name="DefaultSecurityFilterType">
   <xsd:all>
     <xsd:element name="AttributeReference" type="AttributeReferenceType" />
   </xsd:all>
 </xsd:complexType>