org.molgenis.omx.auth.ui
Class SimpleUserLogin
java.lang.Object
org.molgenis.util.SimpleTree<ScreenController<?>>
org.molgenis.framework.ui.SimpleScreenController<M>
org.molgenis.framework.ui.EasyPluginController<SimpleUserLoginModel>
org.molgenis.omx.auth.ui.SimpleUserLogin
- All Implemented Interfaces:
- Serializable, ScreenController<SimpleUserLoginModel>, ScreenModel, ScreenView, Tree<ScreenController<?>>
- Direct Known Subclasses:
- UserLogin
public class SimpleUserLogin
- extends EasyPluginController<SimpleUserLoginModel>
Login box
- See Also:
- Serialized Form
| Methods inherited from class org.molgenis.framework.ui.EasyPluginController |
delegate, delegate, getController, getLabel, getMessages, getParentForm, handleRequest, handleRequest, isVisible, reset, setController, setError, setLabel, setMessages, setMessages, setSuccess |
| Methods inherited from class org.molgenis.framework.ui.SimpleScreenController |
doResetChildren, getApplicationController, getCustomHtmlBodyOnLoad, getDatabase, getModel, getSelected, getTempFile, getViewTemplate, isSelected, render, setModel, setSelected |
| Methods inherited from class org.molgenis.util.SimpleTree |
get, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getStringValue, getTreeElements, getValue, hasChildren, hasParent, remove, setName, setName, setParent, setValue, toString, toString, toString |
| Methods inherited from interface org.molgenis.util.Tree |
get, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getTreeElements, getValue, hasChildren, hasParent, setParent, setValue, toString, toString |
SimpleUserLogin
public SimpleUserLogin(String name,
ScreenController<?> parent)
getView
public ScreenView getView()
- Specified by:
getView in interface ScreenController<SimpleUserLoginModel>- Specified by:
getView in class EasyPluginController<SimpleUserLoginModel>
getCustomHtmlHeaders
public String getCustomHtmlHeaders()
- Specified by:
getCustomHtmlHeaders in interface ScreenController<SimpleUserLoginModel>- Specified by:
getCustomHtmlHeaders in interface ScreenView- Overrides:
getCustomHtmlHeaders in class SimpleScreenController<SimpleUserLoginModel>
Login
public void Login(Database db,
MolgenisRequest request)
throws Exception
- Throws:
Exception
Logout
public void Logout(Database db,
MolgenisRequest request)
throws Exception
- Throws:
Exception
Cancel
public void Cancel(Database db,
MolgenisRequest request)
AddUser
public void AddUser(Database db,
MolgenisRequest request)
throws Exception
- Throws:
Exception
Activate
public void Activate(Database db,
MolgenisRequest request)
throws Exception
- Throws:
Exception
sendPassword
public void sendPassword(Database db,
MolgenisRequest request)
throws Exception
- Throws:
Exception
ChgUser
public void ChgUser(Database db,
MolgenisRequest request)
throws NoSuchAlgorithmException,
MolgenisUserException,
DatabaseException,
ParseException,
IOException
- Throws:
NoSuchAlgorithmException
MolgenisUserException
DatabaseException
ParseException
IOException
Forgot
public void Forgot(Database db,
MolgenisRequest request)
reload
public void reload(Database db)
- Specified by:
reload in interface ScreenController<SimpleUserLoginModel>- Specified by:
reload in class SimpleScreenController<SimpleUserLoginModel>
Copyright © 2013. All Rights Reserved.