Package | Description |
---|---|
se.litsec.eidas.opensaml.metadata |
Classes and interfaces for supporting the eIDAS
MetadataServiceList . |
se.litsec.eidas.opensaml.metadata.impl |
Implementation classes, builders, marshallers and unmarshallers for the eIDAS metadata service list types.
|
Modifier and Type | Field and Description |
---|---|
static MetadataServiceListVersion |
MetadataServiceListVersion.VERSION_10
SAML version 1.0.
|
Modifier and Type | Method and Description |
---|---|
MetadataServiceListVersion |
MetadataServiceList.getVersion()
Returns the version for this metadata service list.
|
static MetadataServiceListVersion |
MetadataServiceListVersion.valueOf(int majorVersion,
int minorVersion)
Gets the version given the major and minor version number.
|
static MetadataServiceListVersion |
MetadataServiceListVersion.valueOf(String version)
Gets the version for a given version string, such as "1.0".
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataServiceList.setVersion(MetadataServiceListVersion version)
Assigns the version for this metadata service list.
|
Modifier and Type | Method and Description |
---|---|
MetadataServiceListVersion |
MetadataServiceListImpl.getVersion()
Returns the version for this metadata service list.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataServiceListImpl.setVersion(MetadataServiceListVersion version)
Assigns the version for this metadata service list.
|
Copyright © 2018 Litsec AB. All rights reserved.