Uses of Class
org.keycloak.dom.saml.v2.metadata.SPSSODescriptorType
Packages that use SPSSODescriptorType
Package
Description
-
Uses of SPSSODescriptorType in org.keycloak.dom.saml.v2.metadata
Methods in org.keycloak.dom.saml.v2.metadata that return SPSSODescriptorType -
Uses of SPSSODescriptorType in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml that return SPSSODescriptorTypeModifier and TypeMethodDescriptionstatic SPSSODescriptorType
EntityDescriptorDescriptionConverter.getSPDescriptor
(EntityDescriptorType entityDescriptor) Get the SP Descriptor from an entity descriptorMethods in org.keycloak.protocol.saml with parameters of type SPSSODescriptorTypeModifier and TypeMethodDescriptionstatic String
EntityDescriptorDescriptionConverter.getServiceURL
(SPSSODescriptorType sp, String bindingURI) Get the service url for the SP -
Uses of SPSSODescriptorType in org.keycloak.saml.processing.core.parsers.saml.metadata
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return SPSSODescriptorTypeModifier and TypeMethodDescriptionprotected SPSSODescriptorType
SAMLSPSSODescriptorParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type SPSSODescriptorTypeModifier and TypeMethodDescriptionprotected void
SAMLSPSSODescriptorParser.processSubElement
(XMLEventReader xmlEventReader, SPSSODescriptorType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of SPSSODescriptorType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util that return SPSSODescriptorTypeModifier and TypeMethodDescriptionstatic SPSSODescriptorType
SAMLMetadataUtil.locateSPSSODescriptorType
(EntityDescriptorType entityType) -
Uses of SPSSODescriptorType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type SPSSODescriptorTypeModifier and TypeMethodDescriptionvoid
SAMLMetadataWriter.write
(SPSSODescriptorType spSSODescriptor)