public class AuthenticationControls
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_ELEMENT |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getLoginPath() |
static java.lang.String |
getLogoutPath() |
static void |
init(org.jdom.Element config)
Since a constructor cannot be defined for an interface there needs to
be a way to initialize the objects state.
|
static void |
setLoginParameters(Transformer transformer,
javax.servlet.http.HttpServletRequest request) |
public static final java.lang.String CONFIG_ELEMENT
public static void init(org.jdom.Element config) throws java.lang.Exception
config
- A JDOM Element objct containing the XML Element that
announced which implementation of IsoDispatchHandler to use. It may (or
may not) contain additional confguration information.java.lang.Exception
- When the bad things happen.DispatchServlet
public static java.lang.String getLoginPath()
public static java.lang.String getLogoutPath()
public static void setLoginParameters(Transformer transformer, javax.servlet.http.HttpServletRequest request) throws net.sf.saxon.s9api.SaxonApiException
net.sf.saxon.s9api.SaxonApiException