Uses of Interface
org.opensaml.saml2.metadata.AssertionConsumerService

Packages that use AssertionConsumerService
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
 

Uses of AssertionConsumerService in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return AssertionConsumerService
 AssertionConsumerService SPSSODescriptor.getDefaultAssertionConsumerService()
          Gets the default assertion consumer service or null if no service is marked as the default.
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type AssertionConsumerService
 java.util.List<AssertionConsumerService> SPSSODescriptor.getAssertionConsumerServices()
          Gets an list of assertion consumer service Endpoints for this service.
 

Uses of AssertionConsumerService in org.opensaml.saml2.metadata.impl
 

Classes in org.opensaml.saml2.metadata.impl that implement AssertionConsumerService
 class AssertionConsumerServiceImpl
          Concrete implementation of AssertionConsumerService
 

Methods in org.opensaml.saml2.metadata.impl that return AssertionConsumerService
 AssertionConsumerService AssertionConsumerServiceBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AssertionConsumerService AssertionConsumerServiceBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 AssertionConsumerService SPSSODescriptorImpl.getDefaultAssertionConsumerService()
          Gets the default assertion consumer service or null if no service is marked as the default.
 

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type AssertionConsumerService
 java.util.List<AssertionConsumerService> SPSSODescriptorImpl.getAssertionConsumerServices()
          Gets an list of assertion consumer service Endpoints for this service.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.