public class ConfigurationUtil extends Object
Constructor and Description |
---|
ConfigurationUtil() |
Modifier and Type | Method and Description |
---|---|
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
|
public static PicketLinkType getConfiguration(InputStream is) throws ParsingException
ParsingException
public static IDPType getIDPConfiguration(InputStream is) throws ParsingException
is
- ParsingException
public static SPType getSPConfiguration(InputStream is) throws ParsingException
is
- ParsingException
public static Handlers getHandlers(InputStream is) throws ParsingException
is
- ParsingException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.