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
ParsingExceptionpublic static IDPType getIDPConfiguration(InputStream is) throws ParsingException
is - ParsingExceptionpublic static SPType getSPConfiguration(InputStream is) throws ParsingException
is - ParsingExceptionpublic static Handlers getHandlers(InputStream is) throws ParsingException
is - ParsingExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.