Uses of Enum Class
org.snmp4j.agent.audit.AgentPolicyProfile.ManagedObjectAccess
Packages that use AgentPolicyProfile.ManagedObjectAccess
-
Uses of AgentPolicyProfile.ManagedObjectAccess in org.snmp4j.agent.audit
Subclasses with type arguments of type AgentPolicyProfile.ManagedObjectAccess in org.snmp4j.agent.auditMethods in org.snmp4j.agent.audit that return AgentPolicyProfile.ManagedObjectAccessModifier and TypeMethodDescriptionAgentPolicyProfile.getManagedObjectAccess()Returns the enum constant of this class with the specified name.AgentPolicyProfile.ManagedObjectAccess.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snmp4j.agent.audit that return types with arguments of type AgentPolicyProfile.ManagedObjectAccessConstructors in org.snmp4j.agent.audit with parameters of type AgentPolicyProfile.ManagedObjectAccessModifierConstructorDescriptionAgentPolicyProfile(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) Constructor parameters in org.snmp4j.agent.audit with type arguments of type AgentPolicyProfile.ManagedObjectAccessModifierConstructorDescriptionAgentPolicyProfile(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) AgentPolicyProfile(AgentPolicyProfile other, String[] allowedFiles, String[] allowedDirectories, String[] allowedAddresses, Map<String, AgentPolicyProfile.ManagedObjectAccess> allowedObjects) Constructs a copy of the specifiedAgentPolicyProfile, adding the specified resource restrictions.