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, wait
initLoginModule, validatedUserIdentity
public String getLoginPage()
public void setLoginPage(String loginPage)
public Map<String,String> getParameters()
getParameters
in interface LoginPlugin
public void setParameters(Map<String,String> parameters)
setParameters
in interface LoginPlugin
public String getName()
LoginPlugin
getName
in interface LoginPlugin
public void setName(String pluginName)
LoginPlugin
setName
in interface LoginPlugin
pluginName
- the plugin name.public String getParameter(String parameterName)
getParameter
in interface LoginPlugin
Copyright © 2011 Nuxeo SA. All Rights Reserved.