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.ManagedObjectAccessModifier and TypeMethodDescriptionMap<org.snmp4j.smi.OID, AgentPolicyProfile.ManagedObjectAccess> AgentPolicyProfile.getAllowedObjects()Constructors 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, File[] allowedFiles, File[] allowedDirectories, Set<org.snmp4j.smi.Address> allowedAddresses, Map<org.snmp4j.smi.OID, 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, File[] allowedFiles, File[] allowedDirectories, Set<org.snmp4j.smi.Address> allowedAddresses, Map<org.snmp4j.smi.OID, AgentPolicyProfile.ManagedObjectAccess> allowedObjects) AgentPolicyProfile(AgentPolicyProfile other, File[] allowedFiles, File[] allowedDirectories, Set<org.snmp4j.smi.Address> allowedAddresses, Map<org.snmp4j.smi.OID, AgentPolicyProfile.ManagedObjectAccess> allowedObjects) Constructs a copy of the specifiedAgentPolicyProfile, adding the specified resource restrictions.