Uses of Class
io.dropwizard.metrics5.collectd.SecurityLevel
-
-
Uses of SecurityLevel in io.dropwizard.metrics5.collectd
Methods in io.dropwizard.metrics5.collectd that return SecurityLevel Modifier and Type Method Description SecurityLevelSecurityConfiguration. getSecurityLevel()static SecurityLevelSecurityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityLevel[]SecurityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dropwizard.metrics5.collectd with parameters of type SecurityLevel Modifier and Type Method Description CollectdReporter.BuilderCollectdReporter.Builder. withSecurityLevel(SecurityLevel securityLevel)Constructors in io.dropwizard.metrics5.collectd with parameters of type SecurityLevel Constructor Description SecurityConfiguration(byte[] username, byte[] password, SecurityLevel securityLevel)
-