Uses of Class
org.keycloak.dom.saml.v2.ac.ExtensionOnlyType
Packages that use ExtensionOnlyType
-
Uses of ExtensionOnlyType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as ExtensionOnlyTypeModifier and TypeFieldDescriptionprotected 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 ExtensionOnlyTypeModifier and TypeMethodDescriptionAuthenticatorTransportProtocolType.getADSL()Gets the value of the adsl property.OperationalProtectionType.getDeactivationCallCenter()Gets the value of the deactivationCallCenter property.AuthenticatorTransportProtocolType.getHTTP()Gets the value of the http property.AuthenticatorTransportProtocolType.getIPSec()Gets the value of the ipSec property.AuthenticatorTransportProtocolType.getISDN()Gets the value of the isdn property.AuthenticatorTransportProtocolType.getMobileNetworkEndToEndEncryption()Gets the value of the mobileNetworkEndToEndEncryption property.AuthenticatorTransportProtocolType.getMobileNetworkNoEncryption()Gets the value of the mobileNetworkNoEncryption property.AuthenticatorTransportProtocolType.getMobileNetworkRadioEncryption()Gets the value of the mobileNetworkRadioEncryption property.AuthenticatorTransportProtocolType.getPSTN()Gets the value of the pstn property.PrincipalAuthenticationMechanismType.getSmartcard()Gets the value of the smartcard property.AuthenticatorTransportProtocolType.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.AuthenticatorTransportProtocolType.getWTLS()Gets the value of the wtls property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type ExtensionOnlyTypeModifier and TypeMethodDescriptionvoidAuthenticatorTransportProtocolType.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.