Uses of Enum Class
org.snmp4j.agent.audit.AgentPolicyProfile.NetworkAccess
Packages that use AgentPolicyProfile.NetworkAccess
-
Uses of AgentPolicyProfile.NetworkAccess in org.snmp4j.agent.audit
Subclasses with type arguments of type AgentPolicyProfile.NetworkAccess in org.snmp4j.agent.auditMethods in org.snmp4j.agent.audit that return AgentPolicyProfile.NetworkAccessModifier and TypeMethodDescriptionAgentPolicyProfile.getNetworkAccess()Returns the enum constant of this class with the specified name.static AgentPolicyProfile.NetworkAccess[]AgentPolicyProfile.NetworkAccess.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.snmp4j.agent.audit with parameters of type AgentPolicyProfile.NetworkAccessModifierConstructorDescriptionAgentPolicyProfile(AgentPolicyProfile.ManagedObjectAccess managedObjectAccess, AgentPolicyProfile.NetworkAccess networkAccess, AgentPolicyProfile.FileAccess fileAccess, org.snmp4j.security.SecurityLevel minSecurityLevel) AgentPolicyProfile(AgentPolicyProfile.ManagedObjectAccess managedObjectAccess, AgentPolicyProfile.NetworkAccess networkAccess, AgentPolicyProfile.FileAccess fileAccess, org.snmp4j.security.SecurityLevel minSecurityLevel, String[] allowedFiles, String[] allowedDirectories, String[] allowedAddresses, Map<String, AgentPolicyProfile.ManagedObjectAccess> allowedObjects)