|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.security.TL1ChannelSecurity
This class is used to store channel related security views.
| Constructor Summary | |
TL1ChannelSecurity()
Default constructor. |
|
| Method Summary | |
java.lang.String |
getChannelId()
Used to get the channel id. |
java.util.Vector |
getChap()
Used to get the channel access privilege.(A channel is allowed to have up to 25 access privileges.Each user access privilege may be up to 8 alphanumeric characters long). |
java.lang.String |
getDURAL()
Used to get the duration of "alert condition" in seconds during which the channel is suspected for intrusion attempt is locked out. |
int |
getMXINV()
Used to get the maximum number of invalid session setup attempts. |
java.lang.String |
getState()
Used to get the state of channel. |
int |
getTMOUT()
Get the time out interval.The session is logged off if there is no message transaction between NWNS and the user over the specified time out interval. |
void |
setChannelId(java.lang.String id)
Used to set the channel id. |
void |
setChap(java.util.Vector access)
Used to set the Channel access privileges. |
void |
setDURAL(java.lang.String alertStr)
Set the duration of "alert condition" in seconds during which the channel is suspected for intrusion attempt is locked out. |
void |
setMXINV(int invalidCount)
Set the maximum number of invalid session setup attempts. |
void |
setState(java.lang.String state)
Used to set the user name. |
void |
setTMOUT(int times)
Set the time out interval.The session is logged off if there is no message transaction between NWNS and the user over the specified time out interval. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TL1ChannelSecurity()
| Method Detail |
public java.lang.String getChannelId()
public void setChannelId(java.lang.String id)
id - - The channel id.public java.lang.String getState()
public void setState(java.lang.String state)
state - - the status whether Inservice or OutOfServicepublic int getMXINV()
public void setMXINV(int invalidCount)
invalidCount - - Number of Invalid Attemptspublic java.lang.String getDURAL()
public void setDURAL(java.lang.String alertStr)
alertStr - - The string should be of the format HH-MM-SS.public int getTMOUT()
public void setTMOUT(int times)
times - - The interval should be less than or equal to 99 minutes.public java.util.Vector getChap()
public void setChap(java.util.Vector access)
access - - Access Privilege which can be upto 25 access prvileges with 8 AN characters long
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||