Uses of Class
org.keycloak.dom.saml.v2.metadata.ExtensionsType
Package
Description
-
Uses of ExtensionsType in org.keycloak.dom.saml.v2.metadata
Modifier and TypeFieldDescriptionprotected ExtensionsType
AffiliationDescriptorType.extensions
protected ExtensionsType
ContactType.extensions
protected ExtensionsType
EntitiesDescriptorType.extensions
protected ExtensionsType
EntityDescriptorType.extensions
protected ExtensionsType
OrganizationType.extensions
protected ExtensionsType
RoleDescriptorType.extensions
Modifier and TypeMethodDescriptionAffiliationDescriptorType.getExtensions()
Gets the value of the extensions property.ContactType.getExtensions()
Gets the value of the extensions property.EntitiesDescriptorType.getExtensions()
Gets the value of the extensions property.EntityDescriptorType.getExtensions()
Gets the value of the extensions property.OrganizationType.getExtensions()
Gets the value of the extensions property.RoleDescriptorType.getExtensions()
Gets the value of the extensions property.Modifier and TypeMethodDescriptionvoid
AffiliationDescriptorType.setExtensions
(ExtensionsType value) Sets the value of the extensions property.void
ContactType.setExtensions
(ExtensionsType value) Sets the value of the extensions property.void
EntitiesDescriptorType.setExtensions
(ExtensionsType value) Sets the value of the extensions property.void
EntityDescriptorType.setExtensions
(ExtensionsType value) Sets the value of the extensions property.void
OrganizationType.setExtensions
(ExtensionsType value) Sets the value of the extensions property.void
RoleDescriptorType.setExtensions
(ExtensionsType value) Sets the value of the extensions property. -
Uses of ExtensionsType in org.keycloak.saml.processing.core.parsers.saml.metadata
Modifier and TypeMethodDescriptionprotected ExtensionsType
SAMLExtensionsParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLExtensionsParser.processSubElement
(XMLEventReader xmlEventReader, ExtensionsType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of ExtensionsType in org.keycloak.saml.processing.core.saml.v2.writers