public class SiteMinderServletRequestAuthenticator extends Object implements ServletRequestAuthenticator
Enables CA SiteMinder/Single Sign-On authentication to the admin console - https://www.ca.com/gb/products/ca-single-sign-on.html
To enable, set the system property adminConsole.servlet-request-authenticator =
org.jivesoftware.admin.SiteMinderServletRequestAuthenticator and restart Openfire.
| Constructor and Description |
|---|
SiteMinderServletRequestAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticateRequest(javax.servlet.http.HttpServletRequest request)
Attempts to authenticate an HTTP request to a page on the admin console.
|
static boolean |
isEnabled()
Indicates if this ServletRequestAuthenticator is enabled or not
|
public SiteMinderServletRequestAuthenticator()
public static boolean isEnabled()
true if enabled, otherwise falsepublic String authenticateRequest(javax.servlet.http.HttpServletRequest request)
ServletRequestAuthenticatorauthenticateRequest in interface ServletRequestAuthenticatorrequest - the request to authenticatenullCopyright © 2003-2008 Jive Software.