Class | Description |
---|---|
AuthUtilities |
Utilities for authentication.
|
DrupalAuth |
AuthProvider that authenticates against a Drupal site.
|
DrupalUser |
NOTE: do not use this class if in clustering mode
since ClusterSerializable not implemented.
|
NoneAuth |
AuthProvider implementation that succeeds for any username and password.
|
NoneUser | |
SimpleAuth |
Simple AuthProvider implementation that reads passwords from configuration.xml.
|
WebViewAuthHandlerImpl |
Basic authentication handler that uses "WebView" as the scheme
instead of "Basic" so that 401 responses are not caught by the browser.
|