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
- ParsingException
public 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
- ParsingException
public abstract IDPType getIDPConfiguration() throws ProcessingException
SAMLConfigurationProvider
IDPType
configurationgetIDPConfiguration
in interface SAMLConfigurationProvider
ProcessingException
public abstract SPType getSPConfiguration() throws ProcessingException
SAMLConfigurationProvider
getSPConfiguration
in interface SAMLConfigurationProvider
ProcessingException
public PicketLinkType getPicketLinkConfiguration() throws ProcessingException
SAMLConfigurationProvider
getPicketLinkConfiguration
in interface SAMLConfigurationProvider
ProcessingException
Copyright © 2019 JBoss by Red Hat. All rights reserved.