Uses of Enum Class
org.snmp4j.agent.audit.AgentPolicyProfile.FileAccess
Packages that use AgentPolicyProfile.FileAccess
-
Uses of AgentPolicyProfile.FileAccess in org.snmp4j.agent.audit
Subclasses with type arguments of type AgentPolicyProfile.FileAccess in org.snmp4j.agent.auditModifier and TypeClassDescriptionstatic enumTheFileAccessenumeration defines the levels of file access permissions that can be assigned to an entity.Methods in org.snmp4j.agent.audit that return AgentPolicyProfile.FileAccessModifier and TypeMethodDescriptionAgentPolicyProfile.getFileAccess()Returns the enum constant of this class with the specified name.static AgentPolicyProfile.FileAccess[]AgentPolicyProfile.FileAccess.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.FileAccessModifierConstructorDescriptionAgentPolicyProfile(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)