Class VerificationGrant

java.lang.Object
org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationGrant
All Implemented Interfaces:
IVerification

public final class VerificationGrant extends Object implements 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 Details

    • verify

      public void verify()
      Description copied from interface: IVerification
      Performs the verification check. Implementations should analyze code structures and report any violations or issues found during the verification process.
      Specified by:
      verify in interface IVerification