Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-13869

UserPrincipal:isMemberOf

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Core

      Description

      The method isMemberOf of UserPrincipal return false in all cases
      @Override
      public boolean isMemberOf(String group)

      { return false; }

      Should be something like getAllGroups().contains(group);

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: