Package | Description |
---|---|
org.nuxeo.ecm.platform.login | |
org.nuxeo.ecm.ui.web.auth.digest |
Modifier and Type | Class and Description |
---|---|
class |
BaseLoginModule |
class |
TrustingLoginPlugin
Dummy LoginModule Plugin: it always trusts in the UserIndetificationInfo that it receive and does no validation.
|
Modifier and Type | Field and Description |
---|---|
protected Class<LoginPlugin> |
LoginPluginDescriptor.className |
Modifier and Type | Method and Description |
---|---|
LoginPlugin |
LoginPluginRegistry.getPlugin()
Deprecated.
|
LoginPlugin |
LoginPluginRegistry.getPlugin(String pluginName) |
Modifier and Type | Method and Description |
---|---|
Class<LoginPlugin> |
LoginPluginDescriptor.getClassName() |
Modifier and Type | Method and Description |
---|---|
void |
LoginPluginDescriptor.setClassName(Class<LoginPlugin> className) |
Modifier and Type | Class and Description |
---|---|
class |
DigestLoginPlugin
Nuxeo Login Plugin for HTTP Digest Access Authentication (RFC 2617).
|
Copyright © 2015 Nuxeo SA. All rights reserved.