public class ConfigurationUtil extends Object
Constructor and Description |
---|
ConfigurationUtil() |
Modifier and Type | Method and Description |
---|---|
static PicketLinkAuditHelper |
getAuditHelper(ServletContext servletContext) |
static PicketLinkType |
getConfiguration(InputStream is) |
static PicketLinkType |
getConfiguration(ServletContext servletContext) |
static InputStream |
getConfigurationInputStream(ServletContext servletContext) |
static SAMLConfigurationProvider |
getConfigurationProvider(ServletContext servletContext) |
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
public static PicketLinkType getConfiguration(ServletContext servletContext) throws ProcessingException, ConfigurationException
public static SAMLConfigurationProvider getConfigurationProvider(ServletContext servletContext)
public static PicketLinkAuditHelper getAuditHelper(ServletContext servletContext)
public static InputStream getConfigurationInputStream(ServletContext servletContext)
Copyright © 2017 JBoss by Red Hat. All rights reserved.