PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.assertion
Class AdviceType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.common.CommonAdviceType
      extended by org.picketlink.identity.federation.saml.v2.assertion.AdviceType
All Implemented Interfaces:
Serializable

public class AdviceType
extends CommonAdviceType

Java class for AdviceType complex type.

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

 <complexType name="AdviceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AssertionIDRef"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AssertionURIRef"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Assertion"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedAssertion"/>
         <any/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonAdviceType
advices
 
Constructor Summary
AdviceType()
           
 
Method Summary
 
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonAdviceType
addAdvice, getAdvices, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdviceType

public AdviceType()

PicketLink Federation Core 2.1.6.Final-redhat-2

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