Uses of Enum
io.trino.plugin.base.security.SystemInformationRule.AccessMode
Packages that use SystemInformationRule.AccessMode
-
Uses of SystemInformationRule.AccessMode in io.trino.plugin.base.security
Methods in io.trino.plugin.base.security that return SystemInformationRule.AccessModeModifier and TypeMethodDescriptionReturns 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.AccessModeModifier and TypeMethodDescriptionConstructor parameters in io.trino.plugin.base.security with type arguments of type SystemInformationRule.AccessModeModifierConstructorDescriptionSystemInformationRule(Set<SystemInformationRule.AccessMode> allow, Optional<Pattern> userRegex, Optional<Pattern> roleRegex)