public class SPPostMetadataConfigurationProvider extends AbstractSAMLConfigurationProvider implements SAMLConfigurationProvider
An instance of SAMLConfigurationProvider
that can be used to generate the SP configuration for the HTTP-POST binding
using SAML2 Metadata.
This provider uses the following in sequence whichever is available:
Modifier and Type | Field and Description |
---|---|
static String |
bindingURI |
static String |
SP_MD_FILE |
configParsedIDPType, configParsedSPType, VALIDATING_ALIAS
Constructor and Description |
---|
SPPostMetadataConfigurationProvider() |
Modifier and Type | Method and Description |
---|---|
IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
SPType |
getSPConfiguration()
Get the configuration
|
setConfigFile
public static final String SP_MD_FILE
public static final String bindingURI
public IDPType getIDPConfiguration() throws ProcessingException
SAMLConfigurationProvider
IDPType
configurationgetIDPConfiguration
in interface SAMLConfigurationProvider
getIDPConfiguration
in class AbstractSAMLConfigurationProvider
ProcessingException
SAMLConfigurationProvider.getIDPConfiguration()
public SPType getSPConfiguration() throws ProcessingException
SAMLConfigurationProvider
getSPConfiguration
in interface SAMLConfigurationProvider
getSPConfiguration
in class AbstractSAMLConfigurationProvider
ProcessingException
SAMLConfigurationProvider.getSPConfiguration()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.