Uses of Class
org.keycloak.dom.saml.v2.metadata.IndexedEndpointType
Packages that use IndexedEndpointType
-
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