Interface NodeAccessControl

    • Method Detail

      • isUserAuthorized

        boolean isUserAuthorized​(String userId,
                                 NodeDetail nodeDetail)
        Using this method avoid to use perform database request in order to retrieve publication data.
      • isUserAuthorized

        boolean isUserAuthorized​(String userId,
                                 NodeDetail nodeDetail,
                                 AccessControlContext context)
        Using this method avoid to use perform database request in order to retrieve publication data.