Uses of Class
org.keycloak.dom.saml.v2.metadata.OrganizationType
Package
Description
-
Uses of OrganizationType in org.keycloak.dom.saml.v2.metadata
Modifier and TypeFieldDescriptionprotected OrganizationType
EntityDescriptorType.organization
protected OrganizationType
RoleDescriptorType.organization
Modifier and TypeMethodDescriptionEntityDescriptorType.getOrganization()
Gets the value of the organization property.RoleDescriptorType.getOrganization()
Gets the value of the organization property.Modifier and TypeMethodDescriptionvoid
EntityDescriptorType.setOrganization
(OrganizationType value) Sets the value of the organization property.void
RoleDescriptorType.setOrganization
(OrganizationType value) Sets the value of the organization property. -
Uses of OrganizationType in org.keycloak.saml.processing.core.parsers.saml.metadata
Modifier and TypeMethodDescriptionprotected OrganizationType
SAMLOrganizationParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLOrganizationParser.processSubElement
(XMLEventReader xmlEventReader, OrganizationType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of OrganizationType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLMetadataWriter.writeOrganization
(OrganizationType org)