Uses of Class
org.keycloak.dom.saml.v2.metadata.IndexedEndpointType
-
Packages that use IndexedEndpointType Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of IndexedEndpointType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type IndexedEndpointType Modifier and Type Field Description protected List<IndexedEndpointType>SSODescriptorType. artifactResolutionServiceprotected List<IndexedEndpointType>SPSSODescriptorType. assertionConsumerServiceMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type IndexedEndpointType Modifier and Type Method Description List<IndexedEndpointType>SSODescriptorType. getArtifactResolutionService()Gets the value of the artifactResolutionService property.List<IndexedEndpointType>SPSSODescriptorType. getAssertionConsumerService()Gets the value of the assertionConsumerService property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type IndexedEndpointType Modifier and Type Method Description voidSSODescriptorType. 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
-