public abstract class AbstractSAMLConfigurationProvider extends Object implements SAMLConfigurationProvider
| Modifier and Type | Field and Description |
|---|---|
protected IDPType |
configParsedIDPType |
protected PicketLinkType |
configParsedPicketLinkType |
protected SPType |
configParsedSPType |
protected static PicketLinkLogger |
logger |
static String |
VALIDATING_ALIAS |
| Constructor and Description |
|---|
AbstractSAMLConfigurationProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
PicketLinkType |
getPicketLinkConfiguration()
Get the configuration
|
abstract SPType |
getSPConfiguration()
Get the configuration
|
void |
setConfigFile(InputStream is)
Deprecated.
|
void |
setConsolidatedConfigFile(InputStream is)
Sets a
InputStream created from a picketlink.xml file. |
protected static final PicketLinkLogger logger
public static final String VALIDATING_ALIAS
protected IDPType configParsedIDPType
protected SPType configParsedSPType
protected PicketLinkType configParsedPicketLinkType
@Deprecated public void setConfigFile(InputStream is) throws ParsingException
Sets a InputStream created from a picketlink-idfed.xml file.
This method expects to parse the deprecated configuration, PicketLinkIDP or PicketLinkSP element/type, as the
first element.
is - ParsingExceptionpublic void setConsolidatedConfigFile(InputStream is) throws ParsingException
Sets a InputStream created from a picketlink.xml file.
This method expects to parse the consolidated configuration, PicketLink element/type, as the first element.
is - ParsingExceptionpublic abstract IDPType getIDPConfiguration() throws ProcessingException
SAMLConfigurationProviderIDPType configurationgetIDPConfiguration in interface SAMLConfigurationProviderProcessingExceptionpublic abstract SPType getSPConfiguration() throws ProcessingException
SAMLConfigurationProvidergetSPConfiguration in interface SAMLConfigurationProviderProcessingExceptionpublic PicketLinkType getPicketLinkConfiguration() throws ProcessingException
SAMLConfigurationProvidergetPicketLinkConfiguration in interface SAMLConfigurationProviderProcessingExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.