Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.login
Class BaseLoginModule

java.lang.Object
  extended by org.nuxeo.ecm.platform.login.BaseLoginModule
All Implemented Interfaces:
LoginPlugin
Direct Known Subclasses:
TrustingLoginPlugin

public abstract class BaseLoginModule
extends java.lang.Object
implements LoginPlugin


Constructor Summary
BaseLoginModule()
           
 
Method Summary
 java.lang.String getLoginPage()
           
 java.lang.String getName()
          Gets the plugin name.
 java.lang.String getParameter(java.lang.String parameterName)
           
 java.util.Map<java.lang.String,java.lang.String> getParameters()
           
 void setLoginPage(java.lang.String loginPage)
           
 void setName(java.lang.String pluginName)
          Sets the plugin name.
 void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.platform.login.LoginPlugin
initLoginModule, validatedUserIdentity
 

Constructor Detail

BaseLoginModule

public BaseLoginModule()
Method Detail

getLoginPage

public java.lang.String getLoginPage()

setLoginPage

public void setLoginPage(java.lang.String loginPage)

getParameters

public java.util.Map<java.lang.String,java.lang.String> getParameters()
Specified by:
getParameters in interface LoginPlugin

setParameters

public void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Specified by:
setParameters in interface LoginPlugin

getName

public java.lang.String getName()
Description copied from interface: LoginPlugin
Gets the plugin name.

Specified by:
getName in interface LoginPlugin
Returns:
the plugin name.

setName

public void setName(java.lang.String pluginName)
Description copied from interface: LoginPlugin
Sets the plugin name.

Specified by:
setName in interface LoginPlugin
Parameters:
pluginName - the plugin name.

getParameter

public java.lang.String getParameter(java.lang.String parameterName)
Specified by:
getParameter in interface LoginPlugin

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.