Uses of Class
io.trino.server.security.ResourceSecurityBinder
-
Packages that use ResourceSecurityBinder Package Description io.trino.server.security -
-
Uses of ResourceSecurityBinder in io.trino.server.security
Methods in io.trino.server.security that return ResourceSecurityBinder Modifier and Type Method Description ResourceSecurityBinderResourceSecurityBinder. anyUserResource(AnnotatedElement element)ResourceSecurityBinderResourceSecurityBinder. internalOnlyResource(AnnotatedElement element)ResourceSecurityBinderResourceSecurityBinder. managementReadResource(AnnotatedElement element)ResourceSecurityBinderResourceSecurityBinder. managementWriteResource(AnnotatedElement element)ResourceSecurityBinderResourceSecurityBinder. publicResource(AnnotatedElement element)ResourceSecurityBinderResourceSecurityBinder. resourceSecurity(AnnotatedElement element, ResourceSecurity.AccessType accessType)static ResourceSecurityBinderResourceSecurityBinder. resourceSecurityBinder(com.google.inject.Binder binder)
-