Uses of Class
org.keycloak.dom.saml.v2.ac.ExtensionOnlyType
-
Packages that use ExtensionOnlyType Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of ExtensionOnlyType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as ExtensionOnlyType Modifier and Type Field Description protected ExtensionOnlyTypeAuthenticatorTransportProtocolType. adslprotected ExtensionOnlyTypeOperationalProtectionType. deactivationCallCenterprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. httpprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. ipSecprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. isdnprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. mobileNetworkEndToEndEncryptionprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. mobileNetworkNoEncryptionprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. mobileNetworkRadioEncryptionprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. pstnprotected ExtensionOnlyTypePrincipalAuthenticationMechanismType. smartcardprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. sslprotected ExtensionOnlyTypeSecurityAuditType. switchAuditprotected ExtensionOnlyTypeIdentificationType. writtenConsentprotected ExtensionOnlyTypeAuthenticatorTransportProtocolType. wtlsMethods in org.keycloak.dom.saml.v2.ac that return ExtensionOnlyType Modifier and Type Method Description ExtensionOnlyTypeAuthenticatorTransportProtocolType. getADSL()Gets the value of the adsl property.ExtensionOnlyTypeOperationalProtectionType. getDeactivationCallCenter()Gets the value of the deactivationCallCenter property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getHTTP()Gets the value of the http property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getIPSec()Gets the value of the ipSec property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getISDN()Gets the value of the isdn property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getMobileNetworkEndToEndEncryption()Gets the value of the mobileNetworkEndToEndEncryption property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getMobileNetworkNoEncryption()Gets the value of the mobileNetworkNoEncryption property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getMobileNetworkRadioEncryption()Gets the value of the mobileNetworkRadioEncryption property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getPSTN()Gets the value of the pstn property.ExtensionOnlyTypePrincipalAuthenticationMechanismType. getSmartcard()Gets the value of the smartcard property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getSSL()Gets the value of the ssl property.ExtensionOnlyTypeSecurityAuditType. getSwitchAudit()Gets the value of the switchAudit property.ExtensionOnlyTypeIdentificationType. getWrittenConsent()Gets the value of the writtenConsent property.ExtensionOnlyTypeAuthenticatorTransportProtocolType. getWTLS()Gets the value of the wtls property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type ExtensionOnlyType Modifier and Type Method Description voidAuthenticatorTransportProtocolType. setADSL(ExtensionOnlyType value)Sets the value of the adsl property.voidOperationalProtectionType. setDeactivationCallCenter(ExtensionOnlyType value)Sets the value of the deactivationCallCenter property.voidAuthenticatorTransportProtocolType. setHTTP(ExtensionOnlyType value)Sets the value of the http property.voidAuthenticatorTransportProtocolType. setIPSec(ExtensionOnlyType value)Sets the value of the ipSec property.voidAuthenticatorTransportProtocolType. setISDN(ExtensionOnlyType value)Sets the value of the isdn property.voidAuthenticatorTransportProtocolType. setMobileNetworkEndToEndEncryption(ExtensionOnlyType value)Sets the value of the mobileNetworkEndToEndEncryption property.voidAuthenticatorTransportProtocolType. setMobileNetworkNoEncryption(ExtensionOnlyType value)Sets the value of the mobileNetworkNoEncryption property.voidAuthenticatorTransportProtocolType. setMobileNetworkRadioEncryption(ExtensionOnlyType value)Sets the value of the mobileNetworkRadioEncryption property.voidAuthenticatorTransportProtocolType. setPSTN(ExtensionOnlyType value)Sets the value of the pstn property.voidPrincipalAuthenticationMechanismType. setSmartcard(ExtensionOnlyType value)Sets the value of the smartcard property.voidAuthenticatorTransportProtocolType. setSSL(ExtensionOnlyType value)Sets the value of the ssl property.voidSecurityAuditType. setSwitchAudit(ExtensionOnlyType value)Sets the value of the switchAudit property.voidIdentificationType. setWrittenConsent(ExtensionOnlyType value)Sets the value of the writtenConsent property.voidAuthenticatorTransportProtocolType. setWTLS(ExtensionOnlyType value)Sets the value of the wtls property.
-