Uses of Record Class
io.trino.spi.connector.EntityKindAndName
Packages that use EntityKindAndName
-
Uses of EntityKindAndName in io.trino.spi.security
Methods in io.trino.spi.security with parameters of type EntityKindAndNameModifier 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.static voidAccessDeniedException.denyDenyEntityPrivilege(String privilege, EntityKindAndName entity) static voidAccessDeniedException.denyDenyEntityPrivilege(String privilege, EntityKindAndName entity, String extraInfo) static voidAccessDeniedException.denyGrantEntityPrivilege(String privilege, EntityKindAndName entity) static voidAccessDeniedException.denyGrantEntityPrivilege(String privilege, EntityKindAndName entity, String extraInfo) static voidAccessDeniedException.denyRevokeEntityPrivilege(String privilege, EntityKindAndName entity) static voidAccessDeniedException.denyRevokeEntityPrivilege(String privilege, EntityKindAndName entity, String extraInfo)