PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.web.config
Class PropertiesConfigurationProvider

java.lang.Object
  extended by 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

Field Summary
static String IDP_FILE
           
static String SP_FILE
           
 
Constructor Summary
PropertiesConfigurationProvider()
           
 
Method Summary
 IDPType getIDPConfiguration()
          Get the IDPType configuration
 PicketLinkType getPicketLinkConfiguration()
          Get the configuration
 SPType getSPConfiguration()
          Get the configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PropertiesConfigurationProvider

public PropertiesConfigurationProvider()
Method Detail

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

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.