PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.web.util
Interface SAMLConfigurationProvider

All Known Implementing Classes:
AbstractSAMLConfigurationProvider, IDPMetadataConfigurationProvider, PropertiesConfigurationProvider, SPPostMetadataConfigurationProvider, SPRedirectMetadataConfigurationProvider

public interface SAMLConfigurationProvider

Returns configuration for an IDP or SP

Since:
Aug 9, 2011
Author:
Anil.Saldhana@redhat.com

Method Summary
 IDPType getIDPConfiguration()
          Get the IDPType configuration
 PicketLinkType getPicketLinkConfiguration()
          Get the configuration
 SPType getSPConfiguration()
          Get the configuration
 

Method Detail

getIDPConfiguration

IDPType getIDPConfiguration()
                            throws ProcessingException
Get the IDPType configuration

Returns:
Throws:
ProcessingException

getSPConfiguration

SPType getSPConfiguration()
                          throws ProcessingException
Get the configuration

Returns:
Throws:
ProcessingException

getPicketLinkConfiguration

PicketLinkType getPicketLinkConfiguration()
                                          throws ProcessingException
Get the configuration

Returns:
Throws:
ProcessingException

PicketLink Federation Core 2.1.6.Final-redhat-2

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