public class IDPMetadataConfigurationProvider extends AbstractSAMLConfigurationProvider implements SAMLConfigurationProvider
An instance of SAMLConfigurationProvider that can be used to generate the IDP configuration using SAML2
Metadata.
This provider uses the following in sequence whichever is available:
| Modifier and Type | Field and Description |
|---|---|
static String |
IDP_MD_FILE |
configParsedIDPType, configParsedPicketLinkType, configParsedSPType, logger, VALIDATING_ALIAS| Constructor and Description |
|---|
IDPMetadataConfigurationProvider() |
| Modifier and Type | Method and Description |
|---|---|
IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
PicketLinkType |
getPicketLinkConfiguration()
Get the configuration
|
SPType |
getSPConfiguration()
Get the configuration
|
setConfigFile, setConsolidatedConfigFilepublic static final String IDP_MD_FILE
public IDPType getIDPConfiguration() throws ProcessingException
SAMLConfigurationProviderIDPType configurationgetIDPConfiguration in interface SAMLConfigurationProvidergetIDPConfiguration in class AbstractSAMLConfigurationProviderProcessingExceptionSAMLConfigurationProvider.getIDPConfiguration()public SPType getSPConfiguration() throws ProcessingException
SAMLConfigurationProvidergetSPConfiguration in interface SAMLConfigurationProvidergetSPConfiguration in class AbstractSAMLConfigurationProviderProcessingExceptionpublic PicketLinkType getPicketLinkConfiguration() throws ProcessingException
SAMLConfigurationProvidergetPicketLinkConfiguration in interface SAMLConfigurationProvidergetPicketLinkConfiguration in class AbstractSAMLConfigurationProviderProcessingExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.