za.org.coefficient.modules.user
Class Security
java.lang.Object
za.org.coefficient.modules.BaseModule
za.org.coefficient.modules.user.Security
- All Implemented Interfaces:
- CoefficientEventPublisher, ModuleLocal
public class Security
- extends BaseModule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Security
public Security()
getMainMethod
public java.lang.String getMainMethod()
- Description copied from interface:
ModuleLocal
- This method is used to determine which method should be invoked when
the module is requested without an operation.
- Specified by:
getMainMethod in interface ModuleLocal- Specified by:
getMainMethod in class BaseModule
- Returns:
- name of the method that should be invoked
getModuleDescription
public java.lang.String getModuleDescription()
- Description copied from interface:
ModuleLocal
- This method is used to find the description of the module
- Specified by:
getModuleDescription in interface ModuleLocal- Specified by:
getModuleDescription in class BaseModule
- Returns:
- the description of the module
getModuleDisplayName
public java.lang.String getModuleDisplayName()
- Description copied from interface:
ModuleLocal
- This method is used to find the display name of the module
- Specified by:
getModuleDisplayName in interface ModuleLocal- Specified by:
getModuleDisplayName in class BaseModule
- Returns:
- the display name of the module
login
public CoefficientContext login(CoefficientContext ctx)
loginPrompt
public CoefficientContext loginPrompt(CoefficientContext ctx)
loginSuccess
public CoefficientContext loginSuccess(CoefficientContext ctx)
logout
public CoefficientContext logout(CoefficientContext ctx)
logoutSuccess
public CoefficientContext logoutSuccess(CoefficientContext ctx)
Copyright CSIR. All Rights Reserved.