public class SsoServerAuthSvcMeta extends com.sun.management.snmp.agent.SnmpMibGroup implements Serializable, com.sun.management.snmp.agent.SnmpStandardMetaServer
Modifier and Type | Field and Description |
---|---|
protected SsoServerAuthSvcMBean |
node |
protected com.sun.management.snmp.agent.SnmpStandardObjectServer |
objectserver |
protected SsoServerAuthModulesTableMeta |
tableSsoServerAuthModulesTable |
Constructor and Description |
---|
SsoServerAuthSvcMeta(com.sun.management.snmp.agent.SnmpMib myMib,
com.sun.management.snmp.agent.SnmpStandardObjectServer objserv)
Constructor for the metadata associated to "SsoServerAuthSvc".
|
Modifier and Type | Method and Description |
---|---|
void |
check(com.sun.management.snmp.agent.SnmpMibSubRequest req,
int depth) |
void |
check(com.sun.management.snmp.SnmpValue x,
long var,
Object data)
Check the value of a scalar variable
|
protected SsoServerAuthModulesTableMeta |
createSsoServerAuthModulesTableMetaNode(String tableName,
String groupName,
com.sun.management.snmp.agent.SnmpMib mib,
MBeanServer server)
Factory method for "SsoServerAuthModulesTable" table metadata class.
|
com.sun.management.snmp.SnmpValue |
get(long var,
Object data)
Get the value of a scalar variable
|
void |
get(com.sun.management.snmp.agent.SnmpMibSubRequest req,
int depth) |
String |
getAttributeName(long id)
Return the name of the attribute corresponding to the SNMP variable identified by "id".
|
com.sun.management.snmp.agent.SnmpMibTable |
getTable(long arc)
Returns the table object identified by "arc".
|
boolean |
isReadable(long arc)
Returns true if "arc" identifies a readable scalar object.
|
boolean |
isTable(long arc)
Returns true if "arc" identifies a table object.
|
boolean |
isVariable(long arc)
Returns true if "arc" identifies a scalar object.
|
void |
registerTableNodes(com.sun.management.snmp.agent.SnmpMib mib,
MBeanServer server)
Register the group's SnmpMibTable objects with the meta-data.
|
void |
set(com.sun.management.snmp.agent.SnmpMibSubRequest req,
int depth) |
com.sun.management.snmp.SnmpValue |
set(com.sun.management.snmp.SnmpValue x,
long var,
Object data)
Set the value of a scalar variable
|
protected void |
setInstance(SsoServerAuthSvcMBean var)
Allow to bind the metadata description to a specific object.
|
boolean |
skipVariable(long var,
Object data,
int pduVersion) |
getRootOid, isNestedArc, registerObject, validateVarId
protected SsoServerAuthSvcMBean node
protected com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
protected SsoServerAuthModulesTableMeta tableSsoServerAuthModulesTable
public SsoServerAuthSvcMeta(com.sun.management.snmp.agent.SnmpMib myMib, com.sun.management.snmp.agent.SnmpStandardObjectServer objserv)
public com.sun.management.snmp.SnmpValue get(long var, Object data) throws com.sun.management.snmp.SnmpStatusException
get
in interface com.sun.management.snmp.agent.SnmpStandardMetaServer
com.sun.management.snmp.SnmpStatusException
public com.sun.management.snmp.SnmpValue set(com.sun.management.snmp.SnmpValue x, long var, Object data) throws com.sun.management.snmp.SnmpStatusException
set
in interface com.sun.management.snmp.agent.SnmpStandardMetaServer
com.sun.management.snmp.SnmpStatusException
public void check(com.sun.management.snmp.SnmpValue x, long var, Object data) throws com.sun.management.snmp.SnmpStatusException
check
in interface com.sun.management.snmp.agent.SnmpStandardMetaServer
com.sun.management.snmp.SnmpStatusException
protected void setInstance(SsoServerAuthSvcMBean var)
public void get(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) throws com.sun.management.snmp.SnmpStatusException
get
in class com.sun.management.snmp.agent.SnmpMibGroup
com.sun.management.snmp.SnmpStatusException
public void set(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) throws com.sun.management.snmp.SnmpStatusException
set
in class com.sun.management.snmp.agent.SnmpMibGroup
com.sun.management.snmp.SnmpStatusException
public void check(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) throws com.sun.management.snmp.SnmpStatusException
check
in class com.sun.management.snmp.agent.SnmpMibGroup
com.sun.management.snmp.SnmpStatusException
public boolean isVariable(long arc)
isVariable
in class com.sun.management.snmp.agent.SnmpMibGroup
public boolean isReadable(long arc)
isReadable
in class com.sun.management.snmp.agent.SnmpMibGroup
public boolean skipVariable(long var, Object data, int pduVersion)
skipVariable
in class com.sun.management.snmp.agent.SnmpMibNode
public String getAttributeName(long id) throws com.sun.management.snmp.SnmpStatusException
com.sun.management.snmp.SnmpStatusException
public boolean isTable(long arc)
isTable
in class com.sun.management.snmp.agent.SnmpMibGroup
public com.sun.management.snmp.agent.SnmpMibTable getTable(long arc)
getTable
in class com.sun.management.snmp.agent.SnmpMibGroup
public void registerTableNodes(com.sun.management.snmp.agent.SnmpMib mib, MBeanServer server)
protected SsoServerAuthModulesTableMeta createSsoServerAuthModulesTableMetaNode(String tableName, String groupName, com.sun.management.snmp.agent.SnmpMib mib, MBeanServer server)
tableName
- Name of the table object ("SsoServerAuthModulesTable")groupName
- Name of the group to which this table belong ("SsoServerAuthSvc")mib
- The SnmpMib object in which this table is registeredserver
- MBeanServer for this table entries (may be null)Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.