Package org.opensaml.saml.config
Class SAMLConfigurationSupport
java.lang.Object
org.opensaml.saml.config.SAMLConfigurationSupport
Helper class for working with the registered instance of
SAMLConfiguration, as obtained from
the ConfigurationService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the allowed URL schemes.static SAML1ArtifactBuilderFactoryGets the artifact factory for the library.static SAML2ArtifactBuilderFactoryGets the artifact factory for the library.static voidsetAllowedBindingURLSchemes(List<String> schemes) Set the allowed URL schemes.static voidSets the artifact factory for the library.static voidSets the artifact factory for the library.
-
Constructor Details
-
SAMLConfigurationSupport
private SAMLConfigurationSupport()Constructor.
-
-
Method Details
-
getSAML1ArtifactBuilderFactory
Gets the artifact factory for the library.- Returns:
- artifact factory for the library
-
setSAML1ArtifactBuilderFactory
Sets the artifact factory for the library.- Parameters:
factory- artifact factory for the library
-
getSAML2ArtifactBuilderFactory
Gets the artifact factory for the library.- Returns:
- artifact factory for the library
-
setSAML2ArtifactBuilderFactory
Sets the artifact factory for the library.- Parameters:
factory- artifact factory for the library
-
getAllowedBindingURLSchemes
Get the allowed URL schemes.- Returns:
- the list of allowed URL schemes
-
setAllowedBindingURLSchemes
Set the allowed URL schemes.- Parameters:
schemes- the new list of allowed URL schemes
-