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 |
|---|---|
org.picketlink.config.federation.IDPType |
getIDPConfiguration()
Get the
IDPType configuration |
org.picketlink.config.federation.PicketLinkType |
getPicketLinkConfiguration()
Get the configuration
|
org.picketlink.config.federation.SPType |
getSPConfiguration()
Get the configuration
|
public static final String IDP_FILE
public static final String SP_FILE
public org.picketlink.config.federation.IDPType getIDPConfiguration()
throws org.picketlink.common.exceptions.ProcessingException
SAMLConfigurationProviderIDPType configurationgetIDPConfiguration in interface SAMLConfigurationProviderorg.picketlink.common.exceptions.ProcessingExceptionpublic 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.