|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.login.auth.AuthenticationController
org.olat.login.OLATAuthenticationController
public class OLATAuthenticationController
Initial Date: 04.08.2004
| Field Summary | |
|---|---|
static java.lang.String |
PARAM_LOGINERROR
|
static java.lang.String |
PROVIDER_OLAT
identified this authentication provider |
| Constructor Summary | |
|---|---|
OLATAuthenticationController(UserRequest ureq,
WindowControl winControl)
|
|
| Method Summary | |
|---|---|
static Identity |
authenticate(java.lang.String login,
java.lang.String pass)
Deprecated. should not be part of the controller |
void |
changeLocale(java.util.Locale newLocale)
Called if the Controller is to change the locale on the fly. |
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
void |
event(UserRequest ureq,
Controller source,
Event event)
the only method of the interface controllereventlistener. |
| 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 |
|---|
public static final java.lang.String PROVIDER_OLAT
public static final java.lang.String PARAM_LOGINERROR
| Constructor Detail |
|---|
public OLATAuthenticationController(UserRequest ureq,
WindowControl winControl)
org.olat.login.auth.AuthenticationController#init(org.olat.core.gui.UserRequest, org.olat.core.gui.control.WindowControl)| Method Detail |
|---|
public void changeLocale(java.util.Locale newLocale)
AuthenticationController
changeLocale in class AuthenticationControllerAuthenticationController.changeLocale(java.util.Locale)
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
public void event(UserRequest ureq,
Controller source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)
public static Identity authenticate(java.lang.String login,
java.lang.String pass)
login - pass -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||