Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-567

Where security services in domain management have a dedicated interface provide a ServiceName factory.

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 8.0.0.Beta1
    • None
    • Management
    • None

      Update each of the interfaces with a factory for generating the service name.

          public static class ServiceNameFactory {
      
              public ServiceName createServiceName(final String realmName) {
                  return null;
              }
      
          }
      

      Strictly speaking these are not currently expected to be used outside the AS codebase but should they be used outside of the domain-management module this will be the recommended way to generate the service names.

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: