Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
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