Uses of Class
io.trino.plugin.base.security.SystemInformationRule.AccessMode
-
Packages that use SystemInformationRule.AccessMode Package Description io.trino.plugin.base.security -
-
Uses of SystemInformationRule.AccessMode in io.trino.plugin.base.security
Methods in io.trino.plugin.base.security that return SystemInformationRule.AccessMode Modifier and Type Method Description static SystemInformationRule.AccessModeSystemInformationRule.AccessMode. fromJson(Object value)static SystemInformationRule.AccessModeSystemInformationRule.AccessMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemInformationRule.AccessMode[]SystemInformationRule.AccessMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.base.security that return types with arguments of type SystemInformationRule.AccessMode Modifier and Type Method Description Optional<Set<SystemInformationRule.AccessMode>>SystemInformationRule. match(String user, Set<String> roles)Constructor parameters in io.trino.plugin.base.security with type arguments of type SystemInformationRule.AccessMode Constructor Description SystemInformationRule(Set<SystemInformationRule.AccessMode> allow, Optional<Pattern> userRegex, Optional<Pattern> roleRegex)
-