|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.web.util.ConfigurationUtil
public class ConfigurationUtil
Deals with Configuration
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 |
---|
public ConfigurationUtil()
Method Detail |
---|
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
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |