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 |
PicketLinkType |
getPicketLinkConfiguration()
Get the configuration
|
SPType |
getSPConfiguration()
Get the configuration
|
public static final String IDP_FILE
public static final String SP_FILE
public IDPType getIDPConfiguration() throws ProcessingException
SAMLConfigurationProvider
IDPType
configurationgetIDPConfiguration
in interface SAMLConfigurationProvider
ProcessingException
public SPType getSPConfiguration() throws ProcessingException
SAMLConfigurationProvider
getSPConfiguration
in interface SAMLConfigurationProvider
ProcessingException
public PicketLinkType getPicketLinkConfiguration() throws ProcessingException
SAMLConfigurationProvider
getPicketLinkConfiguration
in interface SAMLConfigurationProvider
ProcessingException
Copyright © 2019 JBoss by Red Hat. All rights reserved.