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

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Nov 28 11:11:21 EST 2012


    [ https://issues.jboss.org/browse/AS7-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737788#comment-12737788 ] 

Brian Stansberry commented on AS7-6049:
---------------------------------------

That addServerExecutorDependency should actually return the result of builder.addDependency(...) so the caller can use it in a chain.
                
> 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