public class SampleSecurityCallback extends Object implements IFAuthCallback
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_EXECUTE_ACTION |
static String |
TYPE_MODULE_REGISTER |
| Constructor and Description |
|---|
SampleSecurityCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowEnableAction(IFController ctrl,
UlriceAction moduleAction) |
boolean |
allowExecuteAction(IFController ctrl,
UlriceAction moduleAction) |
boolean |
allowOpenModule(IFModule module,
IFController ctrl) |
boolean |
allowRegisterAction(IFController ctrl,
UlriceAction moduleAction) |
boolean |
allowRegisterApplicationAction(UlriceAction moduleAction) |
boolean |
allowRegisterModule(IFModule module) |
public static final String TYPE_MODULE_REGISTER
public static final String TYPE_EXECUTE_ACTION
public boolean allowOpenModule(IFModule module, IFController ctrl)
allowOpenModule in interface IFAuthCallbackpublic boolean allowRegisterAction(IFController ctrl, UlriceAction moduleAction)
allowRegisterAction in interface IFAuthCallbackpublic boolean allowEnableAction(IFController ctrl, UlriceAction moduleAction)
allowEnableAction in interface IFAuthCallbackpublic boolean allowExecuteAction(IFController ctrl, UlriceAction moduleAction)
allowExecuteAction in interface IFAuthCallbackpublic boolean allowRegisterModule(IFModule module)
allowRegisterModule in interface IFAuthCallbackpublic boolean allowRegisterApplicationAction(UlriceAction moduleAction)
allowRegisterApplicationAction in interface IFAuthCallbackCopyright © 2013. All Rights Reserved.