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

Packages that use AssertionIDRequestService
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 AssertionIDRequestService in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type AssertionIDRequestService
 List<AssertionIDRequestService> AttributeAuthorityDescriptor.getAssertionIDRequestServices()
          Gets a list of Assertion ID request services.
 List<AssertionIDRequestService> IDPSSODescriptor.getAssertionIDRequestServices()
          Gets the list of assertion ID request services.
 List<AssertionIDRequestService> PDPDescriptor.getAssertionIDRequestServices()
          Gets the list of assertion ID request services for this PDP.
 List<AssertionIDRequestService> AuthnAuthorityDescriptor.getAssertionIDRequestServices()
          Gets the list of assertion ID request services for this authority.
 

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

Classes in org.opensaml.saml2.metadata.impl that implement AssertionIDRequestService
 class AssertionIDRequestServiceImpl
          Concrete implementation of AssertionIDRequestService
 

Fields in org.opensaml.saml2.metadata.impl with type parameters of type AssertionIDRequestService
private  XMLObjectChildrenList<AssertionIDRequestService> AttributeAuthorityDescriptorImpl.assertionIDRequestServices
          Assertion request endpoints.
private  XMLObjectChildrenList<AssertionIDRequestService> PDPDescriptorImpl.assertionIDRequestServices
          AssertionIDRequestService children.
private  XMLObjectChildrenList<AssertionIDRequestService> IDPSSODescriptorImpl.assertionIDRequestServices
          AssertionID request services for this entity.
private  XMLObjectChildrenList<AssertionIDRequestService> AuthnAuthorityDescriptorImpl.assertionIDRequestServices
          AuthnQueryService endpoints.
 

Methods in org.opensaml.saml2.metadata.impl that return AssertionIDRequestService
 AssertionIDRequestService AssertionIDRequestServiceBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AssertionIDRequestService AssertionIDRequestServiceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type AssertionIDRequestService
 List<AssertionIDRequestService> AttributeAuthorityDescriptorImpl.getAssertionIDRequestServices()
          Gets a list of Assertion ID request services.
 List<AssertionIDRequestService> PDPDescriptorImpl.getAssertionIDRequestServices()
          Gets the list of assertion ID request services for this PDP.
 List<AssertionIDRequestService> IDPSSODescriptorImpl.getAssertionIDRequestServices()
          Gets the list of assertion ID request services.
 List<AssertionIDRequestService> AuthnAuthorityDescriptorImpl.getAssertionIDRequestServices()
          Gets the list of assertion ID request services for this authority.
 



Copyright © 1999-2013. All Rights Reserved.