public class IDPMetadataConfigurationProvider extends AbstractSAMLConfigurationProvider
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 |
DEFAULT_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 |
String |
getIdpMetadataLocation() |
SPType |
getSPConfiguration()
Get the configuration
|
void |
setIdpMetadataLocation(String idpMetadataLocation) |
getPicketLinkConfiguration, setConfigFile, setConsolidatedConfigFile
public static final String DEFAULT_IDP_MD_FILE
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
public String getIdpMetadataLocation()
public void setIdpMetadataLocation(String idpMetadataLocation)
Copyright © 2018. All rights reserved.