org.picketlink.identity.federation.web.config
Class PropertiesConfigurationProvider
java.lang.Object
org.picketlink.identity.federation.web.config.PropertiesConfigurationProvider
- All Implemented Interfaces:
- SAMLConfigurationProvider
public class PropertiesConfigurationProvider
- extends Object
- implements SAMLConfigurationProvider
A properties file based SAMLConfigurationProvider
. For the IDP configuration, a idp_config.properties is expected.
For the SP configuration, a sp_config.properties is expected.
- Since:
- Aug 9, 2011
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDP_FILE
public static final String IDP_FILE
- See Also:
- Constant Field Values
SP_FILE
public static final String SP_FILE
- See Also:
- Constant Field Values
PropertiesConfigurationProvider
public PropertiesConfigurationProvider()
getIDPConfiguration
public IDPType getIDPConfiguration()
throws ProcessingException
- Description copied from interface:
SAMLConfigurationProvider
- Get the
IDPType
configuration
- Specified by:
getIDPConfiguration
in interface SAMLConfigurationProvider
- Returns:
-
- Throws:
ProcessingException
getSPConfiguration
public SPType getSPConfiguration()
throws ProcessingException
- Description copied from interface:
SAMLConfigurationProvider
- Get the configuration
- Specified by:
getSPConfiguration
in interface SAMLConfigurationProvider
- Returns:
-
- Throws:
ProcessingException
getPicketLinkConfiguration
public PicketLinkType getPicketLinkConfiguration()
throws ProcessingException
- Description copied from interface:
SAMLConfigurationProvider
- Get the configuration
- Specified by:
getPicketLinkConfiguration
in interface SAMLConfigurationProvider
- Returns:
-
- Throws:
ProcessingException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.