org.olat.ldap.ui
Class LDAPAuthenticationController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.login.auth.AuthenticationController
org.olat.ldap.ui.LDAPAuthenticationController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable
public class LDAPAuthenticationController
- extends AuthenticationController
|
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.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 |
PROVIDER_LDAP
public static final java.lang.String PROVIDER_LDAP
- See Also:
- Constant Field Values
LDAPAuthenticationController
public LDAPAuthenticationController(UserRequest ureq,
WindowControl control)
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)