Uses of Class
io.trino.server.security.ResourceSecurity.AccessType
-
Packages that use ResourceSecurity.AccessType Package Description io.trino.server.security -
-
Uses of ResourceSecurity.AccessType in io.trino.server.security
Methods in io.trino.server.security that return ResourceSecurity.AccessType Modifier and Type Method Description ResourceSecurity.AccessTypeResourceAccessType. getAccessType(javax.ws.rs.container.ResourceInfo resourceInfo)ResourceSecurity.AccessTypevalue()static ResourceSecurity.AccessTypeResourceSecurity.AccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceSecurity.AccessType[]ResourceSecurity.AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.server.security that return types with arguments of type ResourceSecurity.AccessType Modifier and Type Method Description Optional<ResourceSecurity.AccessType>AnnotatedResourceAccessTypeLoader. getAccessType(AnnotatedElement element)Optional<ResourceSecurity.AccessType>ResourceAccessTypeLoader. getAccessType(AnnotatedElement element)Optional<ResourceSecurity.AccessType>ResourceSecurityBinder.StaticResourceAccessTypeLoader. getAccessType(AnnotatedElement element)Methods in io.trino.server.security with parameters of type ResourceSecurity.AccessType Modifier and Type Method Description ResourceSecurityBinderResourceSecurityBinder. resourceSecurity(AnnotatedElement element, ResourceSecurity.AccessType accessType)Constructor parameters in io.trino.server.security with type arguments of type ResourceSecurity.AccessType Constructor Description StaticResourceAccessTypeLoader(Map<AnnotatedElement,ResourceSecurity.AccessType> accessTypeMap)
-