Move external system property patterns out of methods so classes can be extended

XMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Component/s: API
    • None

      e.g., if a method has a lot of 

      grouperLoaderConfig.propertyValueStringRequired("grouper.wsBearerToken." + externalSystemConfigId + ".basicAuthUser") 

      it makes it hard to extend the class with additional logic, unless by copying the whole thing and changing the hardcoded prefix everywhere. If the pattern was a class property, it could be extended with a subclass much easier.

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Chad Redman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: