Uses of Enum Class
io.trino.server.security.ResourceSecurity.AccessType
Packages that use ResourceSecurity.AccessType
-
Uses of ResourceSecurity.AccessType in io.trino.server.security
Methods in io.trino.server.security that return ResourceSecurity.AccessTypeModifier and TypeMethodDescriptionResourceAccessType.getAccessType(jakarta.ws.rs.container.ResourceInfo resourceInfo) static ResourceSecurity.AccessTypeReturns the enum constant of this class with the specified name.static ResourceSecurity.AccessType[]ResourceSecurity.AccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.server.security that return types with arguments of type ResourceSecurity.AccessTypeModifier and TypeMethodDescriptionAnnotatedResourceAccessTypeLoader.getAccessType(AnnotatedElement element) ResourceAccessTypeLoader.getAccessType(AnnotatedElement element) ResourceSecurityBinder.StaticResourceAccessTypeLoader.getAccessType(AnnotatedElement element) Methods in io.trino.server.security with parameters of type ResourceSecurity.AccessTypeModifier and TypeMethodDescriptionResourceSecurityBinder.resourceSecurity(AnnotatedElement element, ResourceSecurity.AccessType accessType) Constructor parameters in io.trino.server.security with type arguments of type ResourceSecurity.AccessTypeModifierConstructorDescriptionStaticResourceAccessTypeLoader(Map<AnnotatedElement, ResourceSecurity.AccessType> accessTypeMap)