public interface SAMLArtifactConfiguration
While sufficient for known SAML 1 and 2 artifact types, the interface may be extended if necessary to carry type-specific additions.
| Modifier and Type | Method and Description |
|---|---|
Integer |
getArtifactResolutionServiceIndex()
Get the index of the issuer's resolution service endpoint, corresponding to its metadata.
|
String |
getArtifactResolutionServiceURL()
Get the location, as a URL, of the issuer's resolution service endpoint.
|
byte[] |
getArtifactType()
Get the type code of the artifact to use.
|
@Nullable byte[] getArtifactType()
@Nullable String getArtifactResolutionServiceURL()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.