org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony
Class AuthenticatorTransportProtocolType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony.OriginalAuthenticatorTransportProtocolType
      extended by org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony.AuthenticatorTransportProtocolType

public class AuthenticatorTransportProtocolType
extends OriginalAuthenticatorTransportProtocolType

Java class for AuthenticatorTransportProtocolType complex type.

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

 <complexType name="AuthenticatorTransportProtocolType">
   <complexContent>
     <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}AuthenticatorTransportProtocolType">
       <sequence>
         <choice>
           <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}PSTN"/>
           <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ISDN"/>
           <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ADSL"/>
         </choice>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony.OriginalAuthenticatorTransportProtocolType
adsl, extension, http, ipSec, isdn, mobileNetworkEndToEndEncryption, mobileNetworkNoEncryption, mobileNetworkRadioEncryption, pstn, ssl, wtls
 
Constructor Summary
AuthenticatorTransportProtocolType()
           
 
Method Summary
 
Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony.OriginalAuthenticatorTransportProtocolType
getADSL, getExtension, getHTTP, getIPSec, getISDN, getMobileNetworkEndToEndEncryption, getMobileNetworkNoEncryption, getMobileNetworkRadioEncryption, getPSTN, getSSL, getWTLS, setADSL, setHTTP, setIPSec, setISDN, setMobileNetworkEndToEndEncryption, setMobileNetworkNoEncryption, setMobileNetworkRadioEncryption, setPSTN, setSSL, setWTLS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatorTransportProtocolType

public AuthenticatorTransportProtocolType()


Copyright © 2009 JBoss Inc.. All Rights Reserved.