PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion
Class XACMLPolicyStatementType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.assertion.StatementAbstractType
      extended by org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion.XACMLPolicyStatementType
All Implemented Interfaces:
Serializable

public class XACMLPolicyStatementType
extends StatementAbstractType

Java class for XACMLPolicyStatementType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XACMLPolicyStatementType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Policy"/>
         <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySet"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class XACMLPolicyStatementType.ChoiceType
           
 
Field Summary
protected  List<XACMLPolicyStatementType.ChoiceType> choiceTypeList
           
 
Constructor Summary
XACMLPolicyStatementType()
           
 
Method Summary
 void add(XACMLPolicyStatementType.ChoiceType choice)
           
 List<XACMLPolicyStatementType.ChoiceType> getChoiceType()
          Gets the value of the choiceTypeList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

choiceTypeList

protected List<XACMLPolicyStatementType.ChoiceType> choiceTypeList
Constructor Detail

XACMLPolicyStatementType

public XACMLPolicyStatementType()
Method Detail

add

public void add(XACMLPolicyStatementType.ChoiceType choice)

getChoiceType

public List<XACMLPolicyStatementType.ChoiceType> getChoiceType()
Gets the value of the choiceTypeList property.


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.