public abstract class AbstractSAMLConfigurationProvider extends Object implements SAMLConfigurationProvider
| Modifier and Type | Field and Description |
|---|---|
protected IDPType |
configParsedIDPType |
protected SPType |
configParsedSPType |
static String |
VALIDATING_ALIAS |
| Constructor and Description |
|---|
AbstractSAMLConfigurationProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
abstract SPType |
getSPConfiguration()
Get the configuration
|
void |
setConfigFile(InputStream is) |
public static final String VALIDATING_ALIAS
protected IDPType configParsedIDPType
protected SPType configParsedSPType
public void setConfigFile(InputStream is) throws ParsingException
ParsingExceptionpublic abstract IDPType getIDPConfiguration() throws ProcessingException
SAMLConfigurationProviderIDPType configurationgetIDPConfiguration in interface SAMLConfigurationProviderProcessingExceptionpublic abstract SPType getSPConfiguration() throws ProcessingException
SAMLConfigurationProvidergetSPConfiguration in interface SAMLConfigurationProviderProcessingExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.