Uses of Interface
se.litsec.eidas.opensaml.metadata.Endpoint
-
Packages that use Endpoint Package Description se.litsec.eidas.opensaml.metadata Classes and interfaces for supporting the eIDASMetadataServiceList
.se.litsec.eidas.opensaml.metadata.impl Implementation classes, builders, marshallers and unmarshallers for the eIDAS metadata service list types. -
-
Uses of Endpoint in se.litsec.eidas.opensaml.metadata
Methods in se.litsec.eidas.opensaml.metadata that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>
MetadataLocation. getEndpoints()
Returns the list of endpoints. -
Uses of Endpoint in se.litsec.eidas.opensaml.metadata.impl
Classes in se.litsec.eidas.opensaml.metadata.impl that implement Endpoint Modifier and Type Class Description class
EndpointImpl
Implementation class forEndpoint
.Methods in se.litsec.eidas.opensaml.metadata.impl that return Endpoint Modifier and Type Method Description Endpoint
EndpointBuilder. buildObject()
Endpoint
EndpointBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Methods in se.litsec.eidas.opensaml.metadata.impl that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>
MetadataLocationImpl. getEndpoints()
Returns the list of endpoints.
-