[jboss-jira] [JBoss JIRA] (AS7-6049) Where security services in domain management have a dedicated interface provide a ServiceName factory.

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Wed Nov 28 05:23:21 EST 2012


Darran Lofthouse created AS7-6049:
-------------------------------------

             Summary: Where security services in domain management have a dedicated interface provide a ServiceName factory.
                 Key: AS7-6049
                 URL: https://issues.jboss.org/browse/AS7-6049
             Project: Application Server 7
          Issue Type: Task
          Components: Domain Management
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: 7.2.0.Alpha1


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

{code}
    public static class ServiceNameFactory {

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

    }
{code}

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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list