|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AclEntryInterface
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 |
|---|
java.lang.String getAclCommunity()
throws AgentException
AgentException - This Wraps all the Exceptions thrown while
processing the event.void setAclCommunity(java.lang.String value)
value - The Acl Community Value to be set.
java.lang.Integer getAclAccess()
throws AgentException
AgentException - This Wraps all the Exceptions thrown while
processing the event.
void setAclAccess(java.lang.Integer value)
throws AgentException
value - The Value for Acl Access to set.
AgentException - This Wraps all the Exceptions thrown while
processing the event.
java.lang.String getAclManagers()
throws AgentException
AgentException - This Wraps all the Exceptions thrown while
processing the event.
void setAclManagers(java.lang.String value)
throws AgentException
value - The Acl Manager Value to be set.
AgentException - This Wraps all the Exceptions thrown while
processing the event.
java.lang.Integer getAclStatus()
throws AgentException
AgentException - This Wraps all the Exceptions thrown while
processing the event.
void setAclStatus(java.lang.Integer value)
throws AgentException
value - The Acl Status to be set.
AgentException - This Wraps all the Exceptions thrown while
processing the event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||