Class OriginalAuthenticatorTransportProtocolType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
-
- org.keycloak.dom.saml.v2.ac.classes.OriginalAuthenticatorTransportProtocolType
-
- Direct Known Subclasses:
AuthenticatorTransportProtocolType
public class OriginalAuthenticatorTransportProtocolType extends ExtensionListType
Java class for AuthenticatorTransportProtocolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticatorTransportProtocolType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}HTTP"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}SSL"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}MobileNetworkNoEncryption"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}MobileNetworkRadioEncryption"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}MobileNetworkEndToEndEncryption"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}WTLS"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}IPSec"/> <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 Modifier and Type Field Description protected ExtensionOnlyTypeadslprotected ExtensionOnlyTypehttpprotected ExtensionOnlyTypeipSecprotected ExtensionOnlyTypeisdnprotected ExtensionOnlyTypemobileNetworkEndToEndEncryptionprotected ExtensionOnlyTypemobileNetworkNoEncryptionprotected ExtensionOnlyTypemobileNetworkRadioEncryptionprotected ExtensionOnlyTypepstnprotected ExtensionOnlyTypesslprotected ExtensionOnlyTypewtls-
Fields inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
content
-
-
Constructor Summary
Constructors Constructor Description OriginalAuthenticatorTransportProtocolType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionOnlyTypegetADSL()Gets the value of the adsl property.ExtensionOnlyTypegetHTTP()Gets the value of the http property.ExtensionOnlyTypegetIPSec()Gets the value of the ipSec property.ExtensionOnlyTypegetISDN()Gets the value of the isdn property.ExtensionOnlyTypegetMobileNetworkEndToEndEncryption()Gets the value of the mobileNetworkEndToEndEncryption property.ExtensionOnlyTypegetMobileNetworkNoEncryption()Gets the value of the mobileNetworkNoEncryption property.ExtensionOnlyTypegetMobileNetworkRadioEncryption()Gets the value of the mobileNetworkRadioEncryption property.ExtensionOnlyTypegetPSTN()Gets the value of the pstn property.ExtensionOnlyTypegetSSL()Gets the value of the ssl property.ExtensionOnlyTypegetWTLS()Gets the value of the wtls property.voidsetADSL(ExtensionOnlyType value)Sets the value of the adsl property.voidsetHTTP(ExtensionOnlyType value)Sets the value of the http property.voidsetIPSec(ExtensionOnlyType value)Sets the value of the ipSec property.voidsetISDN(ExtensionOnlyType value)Sets the value of the isdn property.voidsetMobileNetworkEndToEndEncryption(ExtensionOnlyType value)Sets the value of the mobileNetworkEndToEndEncryption property.voidsetMobileNetworkNoEncryption(ExtensionOnlyType value)Sets the value of the mobileNetworkNoEncryption property.voidsetMobileNetworkRadioEncryption(ExtensionOnlyType value)Sets the value of the mobileNetworkRadioEncryption property.voidsetPSTN(ExtensionOnlyType value)Sets the value of the pstn property.voidsetSSL(ExtensionOnlyType value)Sets the value of the ssl property.voidsetWTLS(ExtensionOnlyType value)Sets the value of the wtls property.-
Methods inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
add, getContent, remove
-
-
-
-
Field Detail
-
http
protected ExtensionOnlyType http
-
ssl
protected ExtensionOnlyType ssl
-
mobileNetworkNoEncryption
protected ExtensionOnlyType mobileNetworkNoEncryption
-
mobileNetworkRadioEncryption
protected ExtensionOnlyType mobileNetworkRadioEncryption
-
mobileNetworkEndToEndEncryption
protected ExtensionOnlyType mobileNetworkEndToEndEncryption
-
wtls
protected ExtensionOnlyType wtls
-
ipSec
protected ExtensionOnlyType ipSec
-
pstn
protected ExtensionOnlyType pstn
-
isdn
protected ExtensionOnlyType isdn
-
adsl
protected ExtensionOnlyType adsl
-
-
Method Detail
-
getHTTP
public ExtensionOnlyType getHTTP()
Gets the value of the http property.- Returns:
- possible object is
ExtensionOnlyType
-
setHTTP
public void setHTTP(ExtensionOnlyType value)
Sets the value of the http property.- Parameters:
value- allowed object isExtensionOnlyType
-
getSSL
public ExtensionOnlyType getSSL()
Gets the value of the ssl property.- Returns:
- possible object is
ExtensionOnlyType
-
setSSL
public void setSSL(ExtensionOnlyType value)
Sets the value of the ssl property.- Parameters:
value- allowed object isExtensionOnlyType
-
getMobileNetworkNoEncryption
public ExtensionOnlyType getMobileNetworkNoEncryption()
Gets the value of the mobileNetworkNoEncryption property.- Returns:
- possible object is
ExtensionOnlyType
-
setMobileNetworkNoEncryption
public void setMobileNetworkNoEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkNoEncryption property.- Parameters:
value- allowed object isExtensionOnlyType
-
getMobileNetworkRadioEncryption
public ExtensionOnlyType getMobileNetworkRadioEncryption()
Gets the value of the mobileNetworkRadioEncryption property.- Returns:
- possible object is
ExtensionOnlyType
-
setMobileNetworkRadioEncryption
public void setMobileNetworkRadioEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkRadioEncryption property.- Parameters:
value- allowed object isExtensionOnlyType
-
getMobileNetworkEndToEndEncryption
public ExtensionOnlyType getMobileNetworkEndToEndEncryption()
Gets the value of the mobileNetworkEndToEndEncryption property.- Returns:
- possible object is
ExtensionOnlyType
-
setMobileNetworkEndToEndEncryption
public void setMobileNetworkEndToEndEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkEndToEndEncryption property.- Parameters:
value- allowed object isExtensionOnlyType
-
getWTLS
public ExtensionOnlyType getWTLS()
Gets the value of the wtls property.- Returns:
- possible object is
ExtensionOnlyType
-
setWTLS
public void setWTLS(ExtensionOnlyType value)
Sets the value of the wtls property.- Parameters:
value- allowed object isExtensionOnlyType
-
getIPSec
public ExtensionOnlyType getIPSec()
Gets the value of the ipSec property.- Returns:
- possible object is
ExtensionOnlyType
-
setIPSec
public void setIPSec(ExtensionOnlyType value)
Sets the value of the ipSec property.- Parameters:
value- allowed object isExtensionOnlyType
-
getPSTN
public ExtensionOnlyType getPSTN()
Gets the value of the pstn property.- Returns:
- possible object is
ExtensionOnlyType
-
setPSTN
public void setPSTN(ExtensionOnlyType value)
Sets the value of the pstn property.- Parameters:
value- allowed object isExtensionOnlyType
-
getISDN
public ExtensionOnlyType getISDN()
Gets the value of the isdn property.- Returns:
- possible object is
ExtensionOnlyType
-
setISDN
public void setISDN(ExtensionOnlyType value)
Sets the value of the isdn property.- Parameters:
value- allowed object isExtensionOnlyType
-
getADSL
public ExtensionOnlyType getADSL()
Gets the value of the adsl property.- Returns:
- possible object is
ExtensionOnlyType
-
setADSL
public void setADSL(ExtensionOnlyType value)
Sets the value of the adsl property.- Parameters:
value- allowed object isExtensionOnlyType
-
-