Uses of Interface
org.opensaml.saml.saml2.metadata.AssertionIDRequestService
-
Packages that use AssertionIDRequestService Package Description org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work. -
-
Uses of AssertionIDRequestService in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type AssertionIDRequestService Modifier and Type Method Description List<AssertionIDRequestService>AttributeAuthorityDescriptor. getAssertionIDRequestServices()Gets a list of Assertion ID request services.List<AssertionIDRequestService>AuthnAuthorityDescriptor. getAssertionIDRequestServices()Gets the list of assertion ID request services for this authority.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.
-