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 | NAMEThe 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 © 2018 Nuxeo. All rights reserved.