|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.web.config.AbstractSAMLConfigurationProvider
public abstract class AbstractSAMLConfigurationProvider
An abstact class to hold the common functionality across providers
Field Summary | |
---|---|
protected IDPType |
configParsedIDPType
|
protected PicketLinkType |
configParsedPicketLinkType
|
protected SPType |
configParsedSPType
|
protected static PicketLinkLogger |
logger
|
static String |
VALIDATING_ALIAS
|
Constructor Summary | |
---|---|
AbstractSAMLConfigurationProvider()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final PicketLinkLogger logger
public static final String VALIDATING_ALIAS
protected IDPType configParsedIDPType
protected SPType configParsedSPType
protected PicketLinkType configParsedPicketLinkType
Constructor Detail |
---|
public AbstractSAMLConfigurationProvider()
Method Detail |
---|
@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
configuration
getIDPConfiguration
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
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |