Uses of Record Class
io.trino.spi.connector.EntityPrivilege
Packages that use EntityPrivilege
-
Uses of EntityPrivilege in io.trino.spi.security
Methods in io.trino.spi.security with parameters of type EntityPrivilegeModifier and TypeMethodDescriptiondefault voidSystemAccessControl.checkCanDenyEntityPrivilege(SystemSecurityContext context, EntityPrivilege privilege, EntityKindAndName entity, TrinoPrincipal grantee) Check if identity is allowed to deny the specified privilege to the grantee on the specified entity.default voidSystemAccessControl.checkCanGrantEntityPrivilege(SystemSecurityContext context, EntityPrivilege privilege, EntityKindAndName entity, TrinoPrincipal grantee, boolean grantOption) Check if identity is allowed to grant the specified privilege to the grantee on the specified entity.default voidSystemAccessControl.checkCanRevokeEntityPrivilege(SystemSecurityContext context, EntityPrivilege privilege, EntityKindAndName entity, TrinoPrincipal revokee, boolean grantOption) Check if identity is allowed to revoke the specified privilege on the specified entity from the revokee.