public final class SNMPConnectionHandlerCfgDefn extends ManagedObjectDefinition<SNMPConnectionHandlerCfgClient,SNMPConnectionHandlerCfg>
The SNMP Connection Handler can be used to process SNMP requests to retrieve monitoring information described by the MIB 2605. Supported protocol are SNMP V1, V2c and V3.
Modifier and Type | Class and Description |
---|---|
static class |
SNMPConnectionHandlerCfgDefn.SecurityLevel
Defines the set of permissable values for the "security-level" property.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static SNMPConnectionHandlerCfgDefn getInstance()
public SNMPConnectionHandlerCfgClient createClientConfiguration(ManagedObject<? extends SNMPConnectionHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<SNMPConnectionHandlerCfgClient,SNMPConnectionHandlerCfg>
impl
- The managed object.public SNMPConnectionHandlerCfg createServerConfiguration(ServerManagedObject<? extends SNMPConnectionHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<SNMPConnectionHandlerCfgClient,SNMPConnectionHandlerCfg>
impl
- The server managed object.public Class<SNMPConnectionHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<SNMPConnectionHandlerCfgClient,SNMPConnectionHandlerCfg>
public IPAddressMaskPropertyDefinition getAllowedClientPropertyDefinition()
Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this SNMP Connection Handler.
Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask.
public StringPropertyDefinition getAllowedManagerPropertyDefinition()
Specifies the hosts of the managers to be granted the access rights. This property is required for SNMP v1 and v2 security configuration. An asterisk (*) opens access to all managers.
public StringPropertyDefinition getAllowedUserPropertyDefinition()
Specifies the users to be granted the access rights. This property is required for SNMP v3 security configuration. An asterisk (*) opens access to all users.
public StringPropertyDefinition getCommunityPropertyDefinition()
Specifies the v1,v2 community or the v3 context name allowed to access the MIB 2605 monitoring information or the USM MIB. The mapping between "community" and "context name" is set.
public IPAddressMaskPropertyDefinition getDeniedClientPropertyDefinition()
Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this SNMP Connection Handler.
Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask. If both allowed and denied client masks are defined and a client connection matches one or more masks in both lists, then the connection is denied. If only a denied list is specified, then any client not matching a mask in that list is allowed.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the SNMP Connection Handler is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the SNMP Connection Handler implementation.
public IPAddressPropertyDefinition getListenAddressPropertyDefinition()
Specifies the address or set of addresses on which this SNMP Connection Handler should listen for connections from SNMP clients.
Multiple addresses may be provided as separate values for this attribute. If no values are provided, then the SNMP Connection Handler listens on all interfaces.
public IntegerPropertyDefinition getListenPortPropertyDefinition()
Specifies the port number on which the SNMP Connection Handler will listen for connections from clients.
Only a single port number may be provided.
public StringPropertyDefinition getOpendmkJarfilePropertyDefinition()
Indicates the OpenDMK runtime jar file location
public BooleanPropertyDefinition getRegisteredMbeanPropertyDefinition()
Indicates whether the SNMP objects have to be registered in the directory server MBeanServer or not allowing to access SNMP Objects with RMI connector if enabled.
public StringPropertyDefinition getSecurityAgentFilePropertyDefinition()
Specifies the USM security configuration to receive authenticated only SNMP requests.
public EnumPropertyDefinition<SNMPConnectionHandlerCfgDefn.SecurityLevel> getSecurityLevelPropertyDefinition()
Specifies the type of security level : NoAuthNoPriv : No security mechanisms activated, AuthNoPriv : Authentication activated with no privacy, AuthPriv : Authentication with privacy activated. This property is required for SNMP V3 security configuration.
public IntegerPropertyDefinition getTrapPortPropertyDefinition()
Specifies the port to use to send SNMP Traps.
public StringPropertyDefinition getTrapsCommunityPropertyDefinition()
Specifies the community string that must be included in the traps sent to define managers (trap-destinations). This property is used in the context of SNMP v1, v2 and v3.
public StringPropertyDefinition getTrapsDestinationPropertyDefinition()
Specifies the hosts to which V1 traps will be sent. V1 Traps are sent to every host listed.
If this list is empty, V1 traps are sent to "localhost". Each host in the list must be identifed by its name or complete IP Addess.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.