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.