Class RoutinePrivilegeInfo

    • Constructor Detail

      • RoutinePrivilegeInfo

        public RoutinePrivilegeInfo​(AliasDescriptor aliasDescriptor)
    • Method Detail

      • executeGrantRevoke

        public void executeGrantRevoke​(Activation activation,
                                       boolean grant,
                                       java.util.List grantees)
                                throws StandardException
        This is the guts of the Execution-time logic for GRANT/REVOKE of a routine execute privilege
        Specified by:
        executeGrantRevoke in class PrivilegeInfo
        Parameters:
        activation -
        grant - true if grant, false if revoke
        grantees - a list of authorization ids (strings)
        Throws:
        StandardException - Thrown on failure