Uses of Interface
org.opensaml.saml.saml2.metadata.AssertionIDRequestService
Packages that use AssertionIDRequestService
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of the metadata APIs.
-
Uses of AssertionIDRequestService in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type AssertionIDRequestServiceModifier and TypeMethodDescriptionAttributeAuthorityDescriptor.getAssertionIDRequestServices()
Gets a list of Assertion ID request services.AuthnAuthorityDescriptor.getAssertionIDRequestServices()
Gets the list of assertion ID request services for this authority.IDPSSODescriptor.getAssertionIDRequestServices()
Gets the list of assertion ID request services.PDPDescriptor.getAssertionIDRequestServices()
Gets the list of assertion ID request services for this PDP. -
Uses of AssertionIDRequestService in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement AssertionIDRequestServiceFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type AssertionIDRequestServiceModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<AssertionIDRequestService>
AttributeAuthorityDescriptorImpl.assertionIDRequestServices
Assertion request endpoints.private final XMLObjectChildrenList<AssertionIDRequestService>
AuthnAuthorityDescriptorImpl.assertionIDRequestServices
AuthnQueryService endpoints.private final XMLObjectChildrenList<AssertionIDRequestService>
IDPSSODescriptorImpl.assertionIDRequestServices
AssertionID request services for this entity.private final XMLObjectChildrenList<AssertionIDRequestService>
PDPDescriptorImpl.assertionIDRequestServices
AssertionIDRequestService children.Methods in org.opensaml.saml.saml2.metadata.impl that return AssertionIDRequestServiceModifier and TypeMethodDescriptionAssertionIDRequestServiceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.AssertionIDRequestServiceBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type AssertionIDRequestServiceModifier and TypeMethodDescriptionAttributeAuthorityDescriptorImpl.getAssertionIDRequestServices()
Gets a list of Assertion ID request services.AuthnAuthorityDescriptorImpl.getAssertionIDRequestServices()
Gets the list of assertion ID request services for this authority.IDPSSODescriptorImpl.getAssertionIDRequestServices()
Gets the list of assertion ID request services.PDPDescriptorImpl.getAssertionIDRequestServices()
Gets the list of assertion ID request services for this PDP.