org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion
Class XACMLPolicyStatementType
java.lang.Object
org.picketlink.identity.federation.saml.v2.assertion.StatementAbstractType
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
choiceTypeList
protected List<XACMLPolicyStatementType.ChoiceType> choiceTypeList
XACMLPolicyStatementType
public XACMLPolicyStatementType()
add
public void add(XACMLPolicyStatementType.ChoiceType choice)
getChoiceType
public List<XACMLPolicyStatementType.ChoiceType> getChoiceType()
- Gets the value of the choiceTypeList property.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.