Uses of Class
org.keycloak.dom.saml.v2.metadata.EntityDescriptorType
Packages that use EntityDescriptorType
Package
Description
-
Uses of EntityDescriptorType in org.keycloak.broker.saml.mappers
Methods in org.keycloak.broker.saml.mappers with parameters of type EntityDescriptorTypeModifier and TypeMethodDescriptionvoidAttributeToRoleMapper.updateMetadata(IdentityProviderMapperModel mapperModel, EntityDescriptorType entityDescriptor) voidUserAttributeMapper.updateMetadata(IdentityProviderMapperModel mapperModel, EntityDescriptorType entityDescriptor) voidXPathAttributeMapper.updateMetadata(IdentityProviderMapperModel mapperModel, EntityDescriptorType entityDescriptor) -
Uses of EntityDescriptorType in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml with parameters of type EntityDescriptorTypeModifier and TypeMethodDescriptionstatic SPSSODescriptorTypeEntityDescriptorDescriptionConverter.getSPDescriptor(EntityDescriptorType entityDescriptor) Get the SP Descriptor from an entity descriptor -
Uses of EntityDescriptorType in org.keycloak.protocol.saml.mappers
Methods in org.keycloak.protocol.saml.mappers with parameters of type EntityDescriptorTypeModifier and TypeMethodDescriptionvoidSamlMetadataDescriptorUpdater.updateMetadata(IdentityProviderMapperModel mapperModel, EntityDescriptorType descriptor) -
Uses of EntityDescriptorType in org.keycloak.saml
Methods in org.keycloak.saml that return EntityDescriptorTypeModifier and TypeMethodDescriptionstatic EntityDescriptorTypeSPMetadataDescriptor.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) static EntityDescriptorTypeSPMetadataDescriptor.buildSPDescriptor(List<EndpointType> assertionConsumerServices, List<EndpointType> singleLogoutServices, 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
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return EntityDescriptorTypeModifier and TypeMethodDescriptionprotected EntityDescriptorTypeSAMLEntityDescriptorParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type EntityDescriptorTypeModifier and TypeMethodDescriptionprotected voidSAMLEntityDescriptorParser.processSubElement(XMLEventReader xmlEventReader, EntityDescriptorType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of EntityDescriptorType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util that return EntityDescriptorTypeModifier and TypeMethodDescriptionstatic EntityDescriptorTypeSAMLMetadataUtil.parseEntityDescriptorType(String descriptor) Methods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type EntityDescriptorTypeModifier and TypeMethodDescriptionstatic IDPSSODescriptorTypeSAMLMetadataUtil.locateIDPSSODescriptorType(EntityDescriptorType entityType) static SPSSODescriptorTypeSAMLMetadataUtil.locateSPSSODescriptorType(EntityDescriptorType entityType) static StringSAMLMetadataUtil.signEntityDescriptorType(EntityDescriptorType type, SignatureAlgorithm sigAlg, String kid, X509Certificate certificate, KeyPair keyPair) static StringSAMLMetadataUtil.writeEntityDescriptorType(EntityDescriptorType type) -
Uses of EntityDescriptorType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type EntityDescriptorTypeModifier and TypeMethodDescriptionvoidSAMLMetadataWriter.writeEntityDescriptor(EntityDescriptorType entityDescriptor)