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, setParameterspublic static final String NAME
public TrustingLoginPlugin()
public Boolean initLoginModule()
public String validatedUserIdentity(UserIdentificationInfo userIdent)
Copyright © 2019 Nuxeo. All rights reserved.