PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.web.util
Class ConfigurationUtil

java.lang.Object
  extended by org.picketlink.identity.federation.web.util.ConfigurationUtil

public class ConfigurationUtil
extends Object

Deals with Configuration

Since:
Aug 21, 2009
Author:
Anil.Saldhana@redhat.com

Constructor Summary
ConfigurationUtil()
           
 
Method Summary
static PicketLinkType getConfiguration(InputStream is)
           
static Handlers getHandlers(InputStream is)
          Get the Handlers from the configuration
static IDPType getIDPConfiguration(InputStream is)
          Get the IDP Configuration from the passed configuration
static SPType getSPConfiguration(InputStream is)
          Get the SP Configuration from the passed inputstream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationUtil

public ConfigurationUtil()
Method Detail

getConfiguration

public static PicketLinkType getConfiguration(InputStream is)
                                       throws ParsingException
Throws:
ParsingException

getIDPConfiguration

public static IDPType getIDPConfiguration(InputStream is)
                                   throws ParsingException
Get the IDP Configuration from the passed configuration

Parameters:
is -
Returns:
Throws:
ParsingException

getSPConfiguration

public static SPType getSPConfiguration(InputStream is)
                                 throws ParsingException
Get the SP Configuration from the passed inputstream

Parameters:
is -
Returns:
Throws:
ParsingException

getHandlers

public static Handlers getHandlers(InputStream is)
                            throws ParsingException
Get the Handlers from the configuration

Parameters:
is -
Returns:
Throws:
ParsingException

PicketLink Federation Core 2.1.6.Final-redhat-2

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