Uses of Class
org.keycloak.dom.saml.v2.ac.classes.ExtensionOnlyType
-
Uses of ExtensionOnlyType in org.keycloak.dom.saml.v2.ac.classes
Modifier and TypeFieldDescriptionprotected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.adsl
protected ExtensionOnlyType
OperationalProtectionType.deactivationCallCenter
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.http
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.ipSec
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.isdn
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.mobileNetworkEndToEndEncryption
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.mobileNetworkNoEncryption
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.mobileNetworkRadioEncryption
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.pstn
protected ExtensionOnlyType
PrincipalAuthenticationMechanismType.smartcard
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.ssl
protected ExtensionOnlyType
SecurityAuditType.switchAudit
protected ExtensionOnlyType
IdentificationType.writtenConsent
protected ExtensionOnlyType
OriginalAuthenticatorTransportProtocolType.wtls
Modifier and TypeMethodDescriptionOriginalAuthenticatorTransportProtocolType.getADSL()
Gets the value of the adsl property.OperationalProtectionType.getDeactivationCallCenter()
Gets the value of the deactivationCallCenter property.OriginalAuthenticatorTransportProtocolType.getHTTP()
Gets the value of the http property.OriginalAuthenticatorTransportProtocolType.getIPSec()
Gets the value of the ipSec property.OriginalAuthenticatorTransportProtocolType.getISDN()
Gets the value of the isdn property.OriginalAuthenticatorTransportProtocolType.getMobileNetworkEndToEndEncryption()
Gets the value of the mobileNetworkEndToEndEncryption property.OriginalAuthenticatorTransportProtocolType.getMobileNetworkNoEncryption()
Gets the value of the mobileNetworkNoEncryption property.OriginalAuthenticatorTransportProtocolType.getMobileNetworkRadioEncryption()
Gets the value of the mobileNetworkRadioEncryption property.OriginalAuthenticatorTransportProtocolType.getPSTN()
Gets the value of the pstn property.PrincipalAuthenticationMechanismType.getSmartcard()
Gets the value of the smartcard property.OriginalAuthenticatorTransportProtocolType.getSSL()
Gets the value of the ssl property.SecurityAuditType.getSwitchAudit()
Gets the value of the switchAudit property.IdentificationType.getWrittenConsent()
Gets the value of the writtenConsent property.OriginalAuthenticatorTransportProtocolType.getWTLS()
Gets the value of the wtls property.Modifier and TypeMethodDescriptionvoid
OriginalAuthenticatorTransportProtocolType.setADSL
(ExtensionOnlyType value) Sets the value of the adsl property.void
OperationalProtectionType.setDeactivationCallCenter
(ExtensionOnlyType value) Sets the value of the deactivationCallCenter property.void
OriginalAuthenticatorTransportProtocolType.setHTTP
(ExtensionOnlyType value) Sets the value of the http property.void
OriginalAuthenticatorTransportProtocolType.setIPSec
(ExtensionOnlyType value) Sets the value of the ipSec property.void
OriginalAuthenticatorTransportProtocolType.setISDN
(ExtensionOnlyType value) Sets the value of the isdn property.void
OriginalAuthenticatorTransportProtocolType.setMobileNetworkEndToEndEncryption
(ExtensionOnlyType value) Sets the value of the mobileNetworkEndToEndEncryption property.void
OriginalAuthenticatorTransportProtocolType.setMobileNetworkNoEncryption
(ExtensionOnlyType value) Sets the value of the mobileNetworkNoEncryption property.void
OriginalAuthenticatorTransportProtocolType.setMobileNetworkRadioEncryption
(ExtensionOnlyType value) Sets the value of the mobileNetworkRadioEncryption property.void
OriginalAuthenticatorTransportProtocolType.setPSTN
(ExtensionOnlyType value) Sets the value of the pstn property.void
PrincipalAuthenticationMechanismType.setSmartcard
(ExtensionOnlyType value) Sets the value of the smartcard property.void
OriginalAuthenticatorTransportProtocolType.setSSL
(ExtensionOnlyType value) Sets the value of the ssl property.void
SecurityAuditType.setSwitchAudit
(ExtensionOnlyType value) Sets the value of the switchAudit property.void
IdentificationType.setWrittenConsent
(ExtensionOnlyType value) Sets the value of the writtenConsent property.void
OriginalAuthenticatorTransportProtocolType.setWTLS
(ExtensionOnlyType value) Sets the value of the wtls property.