Uses of Class
org.keycloak.dom.saml.v2.ac.classes.ExtensionOnlyType
Packages that use ExtensionOnlyType
-
Uses of ExtensionOnlyType in org.keycloak.dom.saml.v2.ac.classes
Fields in org.keycloak.dom.saml.v2.ac.classes declared as ExtensionOnlyTypeModifier and TypeFieldDescriptionprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.adslprotected ExtensionOnlyTypeOperationalProtectionType.deactivationCallCenterprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.httpprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.ipSecprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.isdnprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.mobileNetworkEndToEndEncryptionprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.mobileNetworkNoEncryptionprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.mobileNetworkRadioEncryptionprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.pstnprotected ExtensionOnlyTypePrincipalAuthenticationMechanismType.smartcardprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.sslprotected ExtensionOnlyTypeSecurityAuditType.switchAuditprotected ExtensionOnlyTypeIdentificationType.writtenConsentprotected ExtensionOnlyTypeOriginalAuthenticatorTransportProtocolType.wtlsMethods in org.keycloak.dom.saml.v2.ac.classes that return ExtensionOnlyTypeModifier 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.Methods in org.keycloak.dom.saml.v2.ac.classes with parameters of type ExtensionOnlyTypeModifier and TypeMethodDescriptionvoidOriginalAuthenticatorTransportProtocolType.setADSL(ExtensionOnlyType value) Sets the value of the adsl property.voidOperationalProtectionType.setDeactivationCallCenter(ExtensionOnlyType value) Sets the value of the deactivationCallCenter property.voidOriginalAuthenticatorTransportProtocolType.setHTTP(ExtensionOnlyType value) Sets the value of the http property.voidOriginalAuthenticatorTransportProtocolType.setIPSec(ExtensionOnlyType value) Sets the value of the ipSec property.voidOriginalAuthenticatorTransportProtocolType.setISDN(ExtensionOnlyType value) Sets the value of the isdn property.voidOriginalAuthenticatorTransportProtocolType.setMobileNetworkEndToEndEncryption(ExtensionOnlyType value) Sets the value of the mobileNetworkEndToEndEncryption property.voidOriginalAuthenticatorTransportProtocolType.setMobileNetworkNoEncryption(ExtensionOnlyType value) Sets the value of the mobileNetworkNoEncryption property.voidOriginalAuthenticatorTransportProtocolType.setMobileNetworkRadioEncryption(ExtensionOnlyType value) Sets the value of the mobileNetworkRadioEncryption property.voidOriginalAuthenticatorTransportProtocolType.setPSTN(ExtensionOnlyType value) Sets the value of the pstn property.voidPrincipalAuthenticationMechanismType.setSmartcard(ExtensionOnlyType value) Sets the value of the smartcard property.voidOriginalAuthenticatorTransportProtocolType.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.voidOriginalAuthenticatorTransportProtocolType.setWTLS(ExtensionOnlyType value) Sets the value of the wtls property.