Uses of Interface
org.opensaml.saml.saml2.metadata.AssertionConsumerService
-
Packages that use AssertionConsumerService Package Description org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work.org.opensaml.saml.saml2.metadata.impl Concrete implementations of the metadata APIs. -
-
Uses of AssertionConsumerService in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return AssertionConsumerService Modifier and Type Method Description AssertionConsumerServiceSPSSODescriptor. getDefaultAssertionConsumerService()Gets the default assertion consumer service.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type AssertionConsumerService Modifier and Type Method Description List<AssertionConsumerService>SPSSODescriptor. getAssertionConsumerServices()Gets an 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 AssertionConsumerService Modifier and Type Class Description classAssertionConsumerServiceImplConcrete implementation ofAssertionConsumerService.Fields in org.opensaml.saml.saml2.metadata.impl with type parameters of type AssertionConsumerService Modifier and Type Field Description private XMLObjectChildrenList<AssertionConsumerService>SPSSODescriptorImpl. assertionConsumerServicesAssertionConsumerService children.Methods in org.opensaml.saml.saml2.metadata.impl that return AssertionConsumerService Modifier and Type Method Description AssertionConsumerServiceAssertionConsumerServiceBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.AssertionConsumerServiceAssertionConsumerServiceBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.AssertionConsumerServiceSPSSODescriptorImpl. getDefaultAssertionConsumerService()Gets the default assertion consumer service.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type AssertionConsumerService Modifier and Type Method Description List<AssertionConsumerService>SPSSODescriptorImpl. getAssertionConsumerServices()Gets an list of assertion consumer serviceEndpoints for this service.
-