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 ExtensionsType
RequestAbstractType.extensions
protected ExtensionsType
StatusResponseType.extensions
Methods 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 TypeMethodDescriptionvoid
RequestAbstractType.setExtensions
(ExtensionsType value) Sets the value of the extensions property.void
StatusResponseType.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 ExtensionsType
SAMLExtensionsParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type ExtensionsTypeModifier and TypeMethodDescriptionprotected void
SAMLExtensionsParser.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