|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This Interface is to be implemented for using Users own Authentication policy. This will be implemented by the AclEntry class within the API.
AclEntry| Method Summary | |
java.lang.Integer |
getAclAccess()
Handles the SNMP Get Request for aclAccess. |
java.lang.String |
getAclCommunity()
Handles the SNMP Get Request for aclCommunity. |
java.lang.String |
getAclManagers()
Handles the SNMP Get Request for aclManagers. |
java.lang.Integer |
getAclStatus()
Handles the SNMP Get Request for aclStatus. |
void |
setAclAccess(java.lang.Integer value)
Handles the SNMP Set Request for aclAccess. |
void |
setAclCommunity(java.lang.String value)
Handles the SNMP Set Request for aclCommunity. |
void |
setAclManagers(java.lang.String value)
Handles the SNMP Set Request for aclManagers |
void |
setAclStatus(java.lang.Integer value)
Handles the SNMP Set Request for aclStatus. |
| Methods inherited from interface com.adventnet.utils.agent.TableEntry |
computeInstanceOID,
getInstanceOID,
setInstanceOID |
| Method Detail |
public java.lang.String getAclCommunity()
throws AgentException
public void setAclCommunity(java.lang.String value)
value - The Acl Community Value to be set.
public java.lang.Integer getAclAccess()
throws AgentException
public void setAclAccess(java.lang.Integer value)
throws AgentException
value - The Value for Acl Access to set.
public java.lang.String getAclManagers()
throws AgentException
public void setAclManagers(java.lang.String value)
throws AgentException
value - The Acl Manager Value to be set.
public java.lang.Integer getAclStatus()
throws AgentException
public void setAclStatus(java.lang.Integer value)
throws AgentException
value - The Acl Status to be set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||