org.olat.ldap.ui
Class LDAPAuthenticationController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.login.auth.AuthenticationController
              extended by org.olat.ldap.ui.LDAPAuthenticationController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class LDAPAuthenticationController
extends AuthenticationController


Field Summary
static java.lang.String PROVIDER_LDAP
           
 
Constructor Summary
LDAPAuthenticationController(UserRequest ureq, WindowControl control)
           
 
Method Summary
static Identity authenticate(java.lang.String username, java.lang.String pwd, LDAPError ldapError)
           
 void changeLocale(java.util.Locale newLocale)
          Called if the Controller is to change the locale on the fly.
 
Methods inherited from class org.olat.login.auth.AuthenticationController
authenticated
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROVIDER_LDAP

public static final java.lang.String PROVIDER_LDAP
See Also:
Constant Field Values
Constructor Detail

LDAPAuthenticationController

public LDAPAuthenticationController(UserRequest ureq,
                                    WindowControl control)
Method Detail

changeLocale

public void changeLocale(java.util.Locale newLocale)
Description copied from class: AuthenticationController
Called if the Controller is to change the locale on the fly.

Specified by:
changeLocale in class AuthenticationController

authenticate

public static Identity authenticate(java.lang.String username,
                                    java.lang.String pwd,
                                    LDAPError ldapError)