public final class SAMLConfigurationSupport extends Object
SAMLConfiguration
, as obtained from
the ConfigurationService
.Modifier | Constructor and Description |
---|---|
private |
SAMLConfigurationSupport()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
getAllowedBindingURLSchemes()
Get the allowed URL schemes.
|
static SAML1ArtifactBuilderFactory |
getSAML1ArtifactBuilderFactory()
Gets the artifact factory for the library.
|
static SAML2ArtifactBuilderFactory |
getSAML2ArtifactBuilderFactory()
Gets the artifact factory for the library.
|
static org.joda.time.format.DateTimeFormatter |
getSAMLDateFormatter()
Gets the date format used to string'ify SAML's
DateTime objects. |
static void |
setAllowedBindingURLSchemes(List<String> schemes)
Set the allowed URL schemes.
|
static void |
setSAML1ArtifactBuilderFactory(SAML1ArtifactBuilderFactory factory)
Sets the artifact factory for the library.
|
static void |
setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory)
Sets the artifact factory for the library.
|
static void |
setSAMLDateFormat(String format)
Sets the date format used to string'ify SAML's date/time objects.
|
public static org.joda.time.format.DateTimeFormatter getSAMLDateFormatter()
DateTime
objects.public static void setSAMLDateFormat(String format)
format
- date format used to string'ify date objectspublic static SAML1ArtifactBuilderFactory getSAML1ArtifactBuilderFactory()
public static void setSAML1ArtifactBuilderFactory(SAML1ArtifactBuilderFactory factory)
factory
- artifact factory for the librarypublic static SAML2ArtifactBuilderFactory getSAML2ArtifactBuilderFactory()
public static void setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory)
factory
- artifact factory for the librarypublic static List<String> getAllowedBindingURLSchemes()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.