PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.ac.classes
Class OriginalAuthenticatorBaseType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.ac.classes.ObjectListType
      extended by org.picketlink.identity.federation.saml.v2.ac.classes.OriginalAuthenticatorBaseType
Direct Known Subclasses:
AuthenticatorBaseType

public class OriginalAuthenticatorBaseType
extends ObjectListType

Java class for AuthenticatorBaseType complex type.

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

 <complexType name="AuthenticatorBaseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}AuthenticatorChoiceGroup"/>
         <group ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}AuthenticatorSequenceGroup"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.picketlink.identity.federation.saml.v2.ac.classes.ObjectListType
content
 
Constructor Summary
OriginalAuthenticatorBaseType()
           
 
Method Summary
 
Methods inherited from class org.picketlink.identity.federation.saml.v2.ac.classes.ObjectListType
add, getContent, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OriginalAuthenticatorBaseType

public OriginalAuthenticatorBaseType()

PicketLink Federation Core 2.1.6.Final-redhat-2

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