Uploaded image for project: 'PicketLink'
  1. PicketLink
  2. PLINK-722

Reference Documentation(5.2.1. Managing Users) should be fixed.

    XMLWordPrintable

Details

    • Task
    • Resolution: Obsolete
    • Trivial
    • None
    • None
    • DOCUMENTATION
    • None
    • Documentation (Ref Guide, User Guide, etc.)

    Description

      5.2.1. Managing Users in PicketLink Reference Documentation is wrong.

      http://docs.jboss.org/picketlink/2/latest/reference/html/sect-Managing_Users_Groups_and_Roles.html

      A description of how to delete the user should be fixed.

      false:
      User user = BasicModel.getUser(identityManager, "jsmith");
      identityManager.remove("jsmith");

      true:
      User user = BasicModel.getUser(identityManager, "jsmith");
      identityManager.remove(user);

      Attachments

        Activity

          People

            psilva@redhat.com Pedro Igor Craveiro
            hoshi_seigo Seigo HOSHI (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: