Uses of Interface
org.jivesoftware.admin.ServletRequestAuthenticator
-
Packages that use ServletRequestAuthenticator Package Description org.jivesoftware.admin Supporting classes and tags for the admin console. -
-
Uses of ServletRequestAuthenticator in org.jivesoftware.admin
Classes in org.jivesoftware.admin that implement ServletRequestAuthenticator Modifier and Type Class Description class
SiteMinderServletRequestAuthenticator
Enables CA SiteMinder/Single Sign-On authentication to the admin console - https://www.ca.com/gb/products/ca-single-sign-on.htmlMethod parameters in org.jivesoftware.admin with type arguments of type ServletRequestAuthenticator Modifier and Type Method Description static boolean
AuthCheckFilter. isServletRequestAuthenticatorInstanceOf(Class<? extends ServletRequestAuthenticator> clazz)
Indicates if the currently-installed ServletRequestAuthenticator is an instance of a specific class.
-