Package com.mendix.core.action.user
Class LoginAction
- All Implemented Interfaces:
ICoreAction<ISession>
,Callable<ISession>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionImplement this method, this method will be called when this action is executed.Methods inherited from class com.mendix.systemwideinterfaces.core.UserAction
context, execute
Methods inherited from class com.mendix.core.actionmanagement.CoreAction
addDatavalidationFeedback, addDataValidationFeedback, call, clone, getActionName, getClonedContext, getContext, getEventObjects, getException, getMetaInfo, getState, getUnwrappedAction, handleConcurrentExecution, setActionName, setAllowsConcurrentExecution, setContext, setEventObjects, setException, setMetaInfo, setState, setSystemAction
-
Field Details
-
SESSION_MANAGER_PARAM
- See Also:
-
USER_NAME_PARAM
- See Also:
-
PASSWORD_PARAM
- See Also:
-
CURRENT_SESSION_ID_PARAM
- See Also:
-
CURRENT_REQUEST
- See Also:
-
-
Constructor Details
-
LoginAction
-
-
Method Details
-
executeAction
Description copied from class:UserAction
Implement this method, this method will be called when this action is executed.- Specified by:
executeAction
in classUserAction<ISession>
- Returns:
- returns the result of the execution.
- Throws:
Exception
-
getUserName
-