Uses of Class
org.keycloak.dom.saml.v2.metadata.EntityDescriptorType
Package
Description
-
Uses of EntityDescriptorType in org.keycloak.broker.saml.mappers
Modifier and TypeMethodDescriptionvoid
AttributeToRoleMapper.updateMetadata
(IdentityProviderMapperModel mapperModel, EntityDescriptorType entityDescriptor) void
UserAttributeMapper.updateMetadata
(IdentityProviderMapperModel mapperModel, EntityDescriptorType entityDescriptor) void
XPathAttributeMapper.updateMetadata
(IdentityProviderMapperModel mapperModel, EntityDescriptorType entityDescriptor) -
Uses of EntityDescriptorType in org.keycloak.protocol.saml
Modifier and TypeMethodDescriptionstatic SPSSODescriptorType
EntityDescriptorDescriptionConverter.getSPDescriptor
(EntityDescriptorType entityDescriptor) Get the SP Descriptor from an entity descriptor -
Uses of EntityDescriptorType in org.keycloak.protocol.saml.mappers
Modifier and TypeMethodDescriptionvoid
SamlMetadataDescriptorUpdater.updateMetadata
(IdentityProviderMapperModel mapperModel, EntityDescriptorType descriptor) -
Uses of EntityDescriptorType in org.keycloak.saml
Modifier and TypeMethodDescriptionstatic EntityDescriptorType
SPMetadataDescriptor.buildSPDescriptor
(URI loginBinding, URI logoutBinding, URI assertionEndpoint, URI logoutEndpoint, boolean wantAuthnRequestsSigned, boolean wantAssertionsSigned, boolean wantAssertionsEncrypted, String entityId, String nameIDPolicyFormat, List<KeyDescriptorType> signingCerts, List<KeyDescriptorType> encryptionCerts) -
Uses of EntityDescriptorType in org.keycloak.saml.processing.core.parsers.saml.metadata
Modifier and TypeMethodDescriptionprotected EntityDescriptorType
SAMLEntityDescriptorParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLEntityDescriptorParser.processSubElement
(XMLEventReader xmlEventReader, EntityDescriptorType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of EntityDescriptorType in org.keycloak.saml.processing.core.saml.v2.util
Modifier and TypeMethodDescriptionstatic EntityDescriptorType
SAMLMetadataUtil.parseEntityDescriptorType
(String descriptor) Modifier and TypeMethodDescriptionstatic IDPSSODescriptorType
SAMLMetadataUtil.locateIDPSSODescriptorType
(EntityDescriptorType entityType) static SPSSODescriptorType
SAMLMetadataUtil.locateSPSSODescriptorType
(EntityDescriptorType entityType) -
Uses of EntityDescriptorType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLMetadataWriter.writeEntityDescriptor
(EntityDescriptorType entityDescriptor)