Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3911

Implement getProperty(name) for ExternalUser

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Neutral
    • 4.5
    • None
    • None
    • None

    Description

      The getProperty() method in ExternalUser is not implemented and returns a UnsupportedOperationException:

          public String getProperty(String propertyName) {
              throw new UnsupportedOperationException("not implemented for this ExternalUser");
          }
      

      This could easily be fixed by returning a named property from the underlying userDetails object.

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              fgiust Fabrizio Giustina
              fgiust Fabrizio Giustina
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoD