Interface AdminCommandSecurity.AccessCheckProvider

    • Method Detail

      • getAccessChecks

        Collection<? extends AccessRequired.AccessCheck> getAccessChecks()
        Returns the AccessChecks the command has computed at runtime which should be included in the authorization, added to checks that secure admin infers from the command's CRUD or RestEndpoint characteristics or AccessRequired annotations.
        Returns:
        the AccessChecks