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 |
|---|---|
org.picketlink.config.federation.IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
org.picketlink.config.federation.SPType |
getSPConfiguration()
Get the configuration
|
getPicketLinkConfiguration, setConfigFile, setConsolidatedConfigFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPicketLinkConfigurationpublic static final String IDP_MD_FILE
public org.picketlink.config.federation.IDPType getIDPConfiguration()
throws org.picketlink.common.exceptions.ProcessingException
SAMLConfigurationProviderIDPType configurationgetIDPConfiguration in interface SAMLConfigurationProvidergetIDPConfiguration in class AbstractSAMLConfigurationProviderorg.picketlink.common.exceptions.ProcessingExceptionSAMLConfigurationProvider.getIDPConfiguration()public org.picketlink.config.federation.SPType getSPConfiguration()
throws org.picketlink.common.exceptions.ProcessingException
SAMLConfigurationProvidergetSPConfiguration in interface SAMLConfigurationProvidergetSPConfiguration in class AbstractSAMLConfigurationProviderorg.picketlink.common.exceptions.ProcessingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.