public abstract class AbstractSPMetadataConfigurationProvider extends AbstractSAMLConfigurationProvider
Base SAMLConfigurationProvider
class providing some common
functionality when parsing SAML Metadata files for service providers.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_IDP_MD_FILE |
static String |
DEFAULT_SP_MD_FILE |
configParsedIDPType, configParsedPicketLinkType, configParsedSPType, logger, VALIDATING_ALIAS
Constructor and Description |
---|
AbstractSPMetadataConfigurationProvider() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getBindingURI() |
IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
String |
getIdpMetadataLocation() |
PicketLinkType |
getPicketLinkConfiguration()
Get the configuration
|
SPType |
getSPConfiguration()
Get the configuration
|
String |
getSpMetadataLocation() |
void |
setIdpMetadataLocation(String idpMetadataLocation) |
void |
setSpMetadataLocation(String spMetadataLocation) |
setConfigFile, setConsolidatedConfigFile
public static final String DEFAULT_SP_MD_FILE
public static final String DEFAULT_IDP_MD_FILE
public AbstractSPMetadataConfigurationProvider()
public IDPType getIDPConfiguration() throws ProcessingException
SAMLConfigurationProvider
IDPType
configurationgetIDPConfiguration
in interface SAMLConfigurationProvider
getIDPConfiguration
in class AbstractSAMLConfigurationProvider
ProcessingException
public PicketLinkType getPicketLinkConfiguration() throws ProcessingException
SAMLConfigurationProvider
getPicketLinkConfiguration
in interface SAMLConfigurationProvider
getPicketLinkConfiguration
in class AbstractSAMLConfigurationProvider
ProcessingException
public SPType getSPConfiguration() throws ProcessingException
SAMLConfigurationProvider
getSPConfiguration
in interface SAMLConfigurationProvider
getSPConfiguration
in class AbstractSAMLConfigurationProvider
ProcessingException
protected abstract String getBindingURI()
public String getSpMetadataLocation()
public void setSpMetadataLocation(String spMetadataLocation)
public String getIdpMetadataLocation()
public void setIdpMetadataLocation(String idpMetadataLocation)
Copyright © 2021 JBoss by Red Hat. All rights reserved.