public abstract class BaseLoginModule extends Object implements LoginPlugin
| Constructor and Description | 
|---|
BaseLoginModule()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLoginPage()  | 
String | 
getName()
Gets the plugin name. 
 | 
String | 
getParameter(String parameterName)  | 
Map<String,String> | 
getParameters()  | 
void | 
setLoginPage(String loginPage)  | 
void | 
setName(String pluginName)
Sets the plugin name. 
 | 
void | 
setParameters(Map<String,String> parameters)  | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitLoginModule, validatedUserIdentitypublic String getLoginPage()
public void setLoginPage(String loginPage)
public Map<String,String> getParameters()
getParameters in interface LoginPluginpublic void setParameters(Map<String,String> parameters)
setParameters in interface LoginPluginpublic String getName()
LoginPlugingetName in interface LoginPluginpublic void setName(String pluginName)
LoginPluginsetName in interface LoginPluginpluginName - the plugin name.public String getParameter(String parameterName)
getParameter in interface LoginPluginCopyright © 2015 Nuxeo SA. All rights reserved.