Uses of Class
org.keycloak.dom.saml.v2.protocol.ExtensionsType
Packages that use ExtensionsType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of ExtensionsType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as ExtensionsTypeModifier and TypeFieldDescriptionprotected ExtensionsTypeRequestAbstractType.extensionsprotected ExtensionsTypeStatusResponseType.extensionsMethods in org.keycloak.dom.saml.v2.protocol that return ExtensionsTypeModifier and TypeMethodDescriptionRequestAbstractType.getExtensions()Gets the value of the extensions property.StatusResponseType.getExtensions()Gets the value of the extensions property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type ExtensionsTypeModifier and TypeMethodDescriptionvoidRequestAbstractType.setExtensions(ExtensionsType value) Sets the value of the extensions property.voidStatusResponseType.setExtensions(ExtensionsType value) Sets the value of the extensions property. -
Uses of ExtensionsType in org.keycloak.saml.processing.core.parsers.saml.protocol
Methods in org.keycloak.saml.processing.core.parsers.saml.protocol that return ExtensionsTypeModifier and TypeMethodDescriptionprotected ExtensionsTypeSAMLExtensionsParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type ExtensionsTypeModifier and TypeMethodDescriptionprotected voidSAMLExtensionsParser.processSubElement(XMLEventReader xmlEventReader, ExtensionsType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of ExtensionsType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type ExtensionsType