public class TrustingLoginPlugin extends BaseLoginModule
This plugin can be used when the complete authentication process has already been done before: for example by an authentification proxy.
Warning: only configure this LoginModulePlugin if you have an Auth Plugin that checks completely user authentication.
Modifier and Type | Field and Description |
---|---|
static String |
NAME
The name associated to this LoginPlugin.
|
loginPage, parameters, pluginName
Constructor and Description |
---|
TrustingLoginPlugin() |
Modifier and Type | Method and Description |
---|---|
Boolean |
initLoginModule() |
String |
validatedUserIdentity(UserIdentificationInfo userIdent) |
getLoginPage, getName, getParameter, getParameters, setLoginPage, setName, setParameters
public static final String NAME
public TrustingLoginPlugin()
public Boolean initLoginModule()
public String validatedUserIdentity(UserIdentificationInfo userIdent)
Copyright © 2017 Nuxeo. All rights reserved.