CreateRole(Identifier name,
Optional<GrantorSpecification> grantor) |
CreateRole(NodeLocation location,
Identifier name,
Optional<GrantorSpecification> grantor) |
GrantRoles(NodeLocation location,
Set<Identifier> roles,
Set<PrincipalSpecification> grantees,
boolean withAdminOption,
Optional<GrantorSpecification> grantor) |
GrantRoles(Set<Identifier> roles,
Set<PrincipalSpecification> grantees,
boolean withAdminOption,
Optional<GrantorSpecification> grantor) |
RevokeRoles(NodeLocation location,
Set<Identifier> roles,
Set<PrincipalSpecification> grantees,
boolean adminOptionFor,
Optional<GrantorSpecification> grantor) |
RevokeRoles(Set<Identifier> roles,
Set<PrincipalSpecification> grantees,
boolean adminOptionFor,
Optional<GrantorSpecification> grantor) |