public class ConfigurationUtil extends Object
| Constructor and Description |
|---|
ConfigurationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.picketlink.config.federation.PicketLinkType |
getConfiguration(InputStream is) |
static org.picketlink.config.federation.handler.Handlers |
getHandlers(InputStream is)
Get the Handlers from the configuration
|
static org.picketlink.config.federation.IDPType |
getIDPConfiguration(InputStream is)
Get the IDP Configuration from the passed configuration
|
static org.picketlink.config.federation.SPType |
getSPConfiguration(InputStream is)
Get the SP Configuration from the passed inputstream
|
public static org.picketlink.config.federation.PicketLinkType getConfiguration(InputStream is) throws org.picketlink.common.exceptions.ParsingException
org.picketlink.common.exceptions.ParsingExceptionpublic static org.picketlink.config.federation.IDPType getIDPConfiguration(InputStream is) throws org.picketlink.common.exceptions.ParsingException
is - org.picketlink.common.exceptions.ParsingExceptionpublic static org.picketlink.config.federation.SPType getSPConfiguration(InputStream is) throws org.picketlink.common.exceptions.ParsingException
is - org.picketlink.common.exceptions.ParsingExceptionpublic static org.picketlink.config.federation.handler.Handlers getHandlers(InputStream is) throws org.picketlink.common.exceptions.ParsingException
is - org.picketlink.common.exceptions.ParsingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.