Class VerificationGrant
java.lang.Object
org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationGrant
- All Implemented Interfaces:
IVerification
Verification implementation for GRANT/REVOKE statements.
Checks GRANT statements against configured rules to ensure they comply
with security policies, including restrictions on denied users and roles.
-
Method Summary
-
Method Details
-
verify
public void verify()Description copied from interface:IVerificationPerforms the verification check. Implementations should analyze code structures and report any violations or issues found during the verification process.- Specified by:
verifyin interfaceIVerification
-