public class PropertiesConfigurationProvider extends Object implements SAMLConfigurationProvider
SAMLConfigurationProvider. For the IDP configuration, a idp_config.properties is expected.
For the SP configuration, a sp_config.properties is expected.| Modifier and Type | Field and Description |
|---|---|
static String |
IDP_FILE |
static String |
SP_FILE |
| Constructor and Description |
|---|
PropertiesConfigurationProvider() |
| Modifier and Type | Method and Description |
|---|---|
IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
SPType |
getSPConfiguration()
Get the configuration
|
public static final String IDP_FILE
public static final String SP_FILE
public IDPType getIDPConfiguration() throws ProcessingException
SAMLConfigurationProviderIDPType configurationgetIDPConfiguration in interface SAMLConfigurationProviderProcessingExceptionpublic SPType getSPConfiguration() throws ProcessingException
SAMLConfigurationProvidergetSPConfiguration in interface SAMLConfigurationProviderProcessingExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.