Uses of Class
org.keycloak.dom.saml.v2.protocol.ExtensionsType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of ExtensionsType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeFieldDescriptionprotected ExtensionsType
RequestAbstractType.extensions
protected ExtensionsType
StatusResponseType.extensions
Modifier and TypeMethodDescriptionRequestAbstractType.getExtensions()
Gets the value of the extensions property.StatusResponseType.getExtensions()
Gets the value of the extensions property.Modifier 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
Modifier and TypeMethodDescriptionprotected ExtensionsType
SAMLExtensionsParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier 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