Method Summary |
|
public void | addLifecycleListener(LifecycleListener listener) Add a lifecycle event listener to this component. |
public LifecycleListener[] | findLifecycleListeners() Get the lifecycle listeners associated with this lifecycle. |
public String | getConfiguration() Returns reverse proxy configuration file name. |
public String | getInfo() Return descriptive information about this Valve implementation. |
protected String | getReverseProxyHost(Request request) This method calculates the reverse-proxy-host header value. |
public void | invoke(Request request, Response response, ValveContext valveContext) Intercepts Http request and redirects it to the configured SSO partner application. |
protected void | log(String message) Log a message on the Logger associated with our Container (if any). |
protected void | log(String message, Throwable throwable) Log a message on the Logger associated with our Container (if any). |
public void | removeLifecycleListener(LifecycleListener listener) Remove a lifecycle event listener from this component. |
public void | setConfiguration(String configurationFileName) Sets reverse proxy configuration file name. |
public void | start() Prepare for the beginning of active use of the public methods of this
component. |
public void | stop() Gracefully terminate the active use of the public methods of this
component. |
public String | toString() Return a String rendering of this object. |