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 false
public String authenticateRequest(javax.servlet.http.HttpServletRequest request)
ServletRequestAuthenticator
authenticateRequest
in interface ServletRequestAuthenticator
request
- the request to authenticatenull
Copyright © 2003–2019 Ignite Realtime. All rights reserved.