[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
Fri Dec 21 08:05:10 EST 2012


     [ https://issues.jboss.org/browse/AS7-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse updated AS7-6049:
----------------------------------

    Fix Version/s: 7.3.0.Alpha1
                       (was: 7.2.0.Alpha1)

    
> 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.3.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