[jboss-jira] [JBoss JIRA] (WFLY-567) Where security services in domain management have a dedicated interface provide a ServiceName factory.
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Tue Sep 10 12:35:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated WFLY-567:
----------------------------------
Fix Version/s: 8.0.0.Beta1
(was: 9.0.0.CR1)
> Where security services in domain management have a dedicated interface provide a ServiceName factory.
> ------------------------------------------------------------------------------------------------------
>
> Key: WFLY-567
> URL: https://issues.jboss.org/browse/WFLY-567
> Project: WildFly
> Issue Type: Task
> Components: Domain Management
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 8.0.0.Beta1
>
>
> 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