Uses of Interface
org.opensaml.saml.saml2.metadata.AssertionConsumerService
Packages that use AssertionConsumerService
Package
Description
Implementation of Velocity-based metadata generation.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of AssertionConsumerService in org.opensaml.saml.metadata.generator.impl
Methods in org.opensaml.saml.metadata.generator.impl that return AssertionConsumerServiceModifier and TypeMethodDescription -
Uses of AssertionConsumerService in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return AssertionConsumerServiceModifier and TypeMethodDescriptionSPSSODescriptor.getDefaultAssertionConsumerService()Gets the default assertion consumer service.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type AssertionConsumerServiceModifier and TypeMethodDescriptionSPSSODescriptor.getAssertionConsumerServices()Gets a list of assertion consumer serviceEndpoints for this service. -
Uses of AssertionConsumerService in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement AssertionConsumerServiceFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type AssertionConsumerServiceModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<AssertionConsumerService>SPSSODescriptorImpl.assertionConsumerServicesAssertionConsumerService children.Methods in org.opensaml.saml.saml2.metadata.impl that return AssertionConsumerServiceModifier and TypeMethodDescriptionAssertionConsumerServiceBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.AssertionConsumerServiceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.SPSSODescriptorImpl.getDefaultAssertionConsumerService()Gets the default assertion consumer service.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type AssertionConsumerServiceModifier and TypeMethodDescriptionSPSSODescriptorImpl.getAssertionConsumerServices()Gets a list of assertion consumer serviceEndpoints for this service.