Uses of Class
org.keycloak.dom.saml.v2.protocol.ExtensionsType
-
Packages that use ExtensionsType Package Description org.keycloak.dom.saml.v2.protocol 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 ExtensionsType Modifier and Type Field Description protected ExtensionsTypeRequestAbstractType. extensionsprotected ExtensionsTypeStatusResponseType. extensionsMethods in org.keycloak.dom.saml.v2.protocol that return ExtensionsType Modifier and Type Method Description ExtensionsTypeRequestAbstractType. getExtensions()Gets the value of the extensions property.ExtensionsTypeStatusResponseType. getExtensions()Gets the value of the extensions property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type ExtensionsType Modifier and Type Method Description voidRequestAbstractType. setExtensions(ExtensionsType value)Sets the value of the extensions property.voidStatusResponseType. setExtensions(ExtensionsType value)Sets the value of the extensions property.
-