public abstract class AbstractSAMLConfigurationProvider extends Object implements SAMLConfigurationProvider
| Modifier and Type | Field and Description |
|---|---|
protected org.picketlink.config.federation.IDPType |
configParsedIDPType |
protected org.picketlink.config.federation.PicketLinkType |
configParsedPicketLinkType |
protected org.picketlink.config.federation.SPType |
configParsedSPType |
protected static org.picketlink.common.PicketLinkLogger |
logger |
static String |
VALIDATING_ALIAS |
| Constructor and Description |
|---|
AbstractSAMLConfigurationProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.picketlink.config.federation.IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
org.picketlink.config.federation.PicketLinkType |
getPicketLinkConfiguration()
Get the configuration
|
abstract org.picketlink.config.federation.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 org.picketlink.common.PicketLinkLogger logger
public static final String VALIDATING_ALIAS
protected org.picketlink.config.federation.IDPType configParsedIDPType
protected org.picketlink.config.federation.SPType configParsedSPType
protected org.picketlink.config.federation.PicketLinkType configParsedPicketLinkType
@Deprecated public void setConfigFile(InputStream is) throws org.picketlink.common.exceptions.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 - org.picketlink.common.exceptions.ParsingExceptionpublic void setConsolidatedConfigFile(InputStream is) throws org.picketlink.common.exceptions.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 - org.picketlink.common.exceptions.ParsingExceptionpublic abstract org.picketlink.config.federation.IDPType getIDPConfiguration()
throws org.picketlink.common.exceptions.ProcessingException
SAMLConfigurationProviderIDPType configurationgetIDPConfiguration in interface SAMLConfigurationProviderorg.picketlink.common.exceptions.ProcessingExceptionpublic abstract org.picketlink.config.federation.SPType getSPConfiguration()
throws org.picketlink.common.exceptions.ProcessingException
SAMLConfigurationProvidergetSPConfiguration in interface SAMLConfigurationProviderorg.picketlink.common.exceptions.ProcessingExceptionpublic org.picketlink.config.federation.PicketLinkType getPicketLinkConfiguration()
throws org.picketlink.common.exceptions.ProcessingException
SAMLConfigurationProvidergetPicketLinkConfiguration in interface SAMLConfigurationProviderorg.picketlink.common.exceptions.ProcessingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.