Uses of Class
org.keycloak.dom.saml.v2.metadata.IndexedEndpointType
Packages that use IndexedEndpointType
Package
Description
-
Uses of IndexedEndpointType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type IndexedEndpointTypeModifier and TypeFieldDescriptionprotected List<IndexedEndpointType>SSODescriptorType.artifactResolutionServiceprotected List<IndexedEndpointType>SPSSODescriptorType.assertionConsumerServiceMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type IndexedEndpointTypeModifier and TypeMethodDescriptionSSODescriptorType.getArtifactResolutionService()Gets the value of the artifactResolutionService property.SPSSODescriptorType.getAssertionConsumerService()Gets the value of the assertionConsumerService property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type IndexedEndpointTypeModifier and TypeMethodDescriptionvoidSSODescriptorType.addArtifactResolutionService(IndexedEndpointType i) Add atrifact resolution servicevoidSPSSODescriptorType.addAssertionConsumerService(IndexedEndpointType assertionConsumer) Add an Assertion Consumer ServicevoidSSODescriptorType.removeArtifactResolutionService(IndexedEndpointType i) remove atrifact resolution servicevoidSPSSODescriptorType.removeAssertionConsumerService(IndexedEndpointType assertionConsumer) Remove an Assertion Consumer Service -
Uses of IndexedEndpointType in org.keycloak.saml.processing.core.parsers.saml.metadata
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return IndexedEndpointTypeModifier and TypeMethodDescriptionprotected IndexedEndpointTypeSAMLIndexedEndpointTypeParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type IndexedEndpointTypeModifier and TypeMethodDescriptionprotected voidSAMLIndexedEndpointTypeParser.processSubElement(XMLEventReader xmlEventReader, IndexedEndpointType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of IndexedEndpointType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type IndexedEndpointTypeModifier and TypeMethodDescriptionvoidSAMLMetadataWriter.writeArtifactResolutionService(IndexedEndpointType indexedEndpoint) voidSAMLMetadataWriter.writeAssertionConsumerService(IndexedEndpointType indexedEndpoint) voidSAMLMetadataWriter.writeIndexedEndpointType(IndexedEndpointType indexedEndpoint)