|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.security.TL1SecurityCommandsRegister
This class contains flags for each security views. If the flag is true then the corresponding commands are registered with the Command Registry.
| Constructor Summary | |
TL1SecurityCommandsRegister(TL1Agent agent)
This constructor is used to receive Tl1Agent as parameter. |
|
| Method Summary | |
void |
setSecurityFlags(boolean user,
boolean channel,
boolean command,
boolean operation,
boolean resource)
This method receives status of the various security views. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TL1SecurityCommandsRegister(TL1Agent agent)
| Method Detail |
public void setSecurityFlags(boolean user,
boolean channel,
boolean command,
boolean operation,
boolean resource)
user - - true when user security view is enabledchannel - - true when channel security view is enabledcommand - - true when command security view is enabledoperation - - true when operation security view is enabledresource - - true when resource security view is enabled
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||