Class GrantInfo
java.lang.Object
io.trino.spi.security.GrantInfo
-
Constructor Summary
ConstructorsConstructorDescriptionGrantInfo(PrivilegeInfo privilegeInfo, TrinoPrincipal grantee, SchemaTableName schemaTableName, Optional<TrinoPrincipal> grantor, Optional<Boolean> withHierarchy) -
Method Summary
-
Constructor Details
-
GrantInfo
public GrantInfo(PrivilegeInfo privilegeInfo, TrinoPrincipal grantee, SchemaTableName schemaTableName, Optional<TrinoPrincipal> grantor, Optional<Boolean> withHierarchy)
-
-
Method Details
-
getPrivilegeInfo
-
getGrantee
-
getSchemaTableName
-
getGrantor
-
getWithHierarchy
-
hashCode
-
equals
-