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
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
Modifier and TypeFieldDescriptionprotected ExtensionOnlyType
protected ExtensionOnlyType
protected ExtensionOnlyType
protected ExtensionOnlyType
protected ExtensionOnlyType
protected ExtensionOnlyType
protected ExtensionOnlyType
protected ExtensionOnlyType
protected ExtensionOnlyType
protected ExtensionOnlyType
Fields inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
content
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetADSL()
Gets the value of the adsl property.getHTTP()
Gets the value of the http property.getIPSec()
Gets the value of the ipSec property.getISDN()
Gets the value of the isdn property.Gets the value of the mobileNetworkEndToEndEncryption property.Gets the value of the mobileNetworkNoEncryption property.Gets the value of the mobileNetworkRadioEncryption property.getPSTN()
Gets the value of the pstn property.getSSL()
Gets the value of the ssl property.getWTLS()
Gets the value of the wtls property.void
setADSL
(ExtensionOnlyType value) Sets the value of the adsl property.void
setHTTP
(ExtensionOnlyType value) Sets the value of the http property.void
setIPSec
(ExtensionOnlyType value) Sets the value of the ipSec property.void
setISDN
(ExtensionOnlyType value) Sets the value of the isdn property.void
Sets the value of the mobileNetworkEndToEndEncryption property.void
Sets the value of the mobileNetworkNoEncryption property.void
Sets the value of the mobileNetworkRadioEncryption property.void
setPSTN
(ExtensionOnlyType value) Sets the value of the pstn property.void
setSSL
(ExtensionOnlyType value) Sets the value of the ssl property.void
setWTLS
(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 Details
-
http
-
ssl
-
mobileNetworkNoEncryption
-
mobileNetworkRadioEncryption
-
mobileNetworkEndToEndEncryption
-
wtls
-
ipSec
-
pstn
-
isdn
-
adsl
-
-
Constructor Details
-
OriginalAuthenticatorTransportProtocolType
public OriginalAuthenticatorTransportProtocolType()
-
-
Method Details
-
getHTTP
Gets the value of the http property.- Returns:
- possible object is
ExtensionOnlyType
-
setHTTP
Sets the value of the http property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getSSL
Gets the value of the ssl property.- Returns:
- possible object is
ExtensionOnlyType
-
setSSL
Sets the value of the ssl property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getMobileNetworkNoEncryption
Gets the value of the mobileNetworkNoEncryption property.- Returns:
- possible object is
ExtensionOnlyType
-
setMobileNetworkNoEncryption
Sets the value of the mobileNetworkNoEncryption property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getMobileNetworkRadioEncryption
Gets the value of the mobileNetworkRadioEncryption property.- Returns:
- possible object is
ExtensionOnlyType
-
setMobileNetworkRadioEncryption
Sets the value of the mobileNetworkRadioEncryption property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getMobileNetworkEndToEndEncryption
Gets the value of the mobileNetworkEndToEndEncryption property.- Returns:
- possible object is
ExtensionOnlyType
-
setMobileNetworkEndToEndEncryption
Sets the value of the mobileNetworkEndToEndEncryption property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getWTLS
Gets the value of the wtls property.- Returns:
- possible object is
ExtensionOnlyType
-
setWTLS
Sets the value of the wtls property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getIPSec
Gets the value of the ipSec property.- Returns:
- possible object is
ExtensionOnlyType
-
setIPSec
Sets the value of the ipSec property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getPSTN
Gets the value of the pstn property.- Returns:
- possible object is
ExtensionOnlyType
-
setPSTN
Sets the value of the pstn property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getISDN
Gets the value of the isdn property.- Returns:
- possible object is
ExtensionOnlyType
-
setISDN
Sets the value of the isdn property.- Parameters:
value
- allowed object isExtensionOnlyType
-
getADSL
Gets the value of the adsl property.- Returns:
- possible object is
ExtensionOnlyType
-
setADSL
Sets the value of the adsl property.- Parameters:
value
- allowed object isExtensionOnlyType
-