[
https://jira.jboss.org/jira/browse/TEIID-697?page=com.atlassian.jira.plug...
]
Ramesh Reddy commented on TEIID-697:
------------------------------------
These interfaces will be deleted
<code>
com.metamatrix.admin.api.server.ServerConfigAdmin
com.metamatrix.admin.api.server.ServerMonitoringAdmin
com.metamatrix.admin.api.server.ServerRuntimeStateAdmin
com.metamatrix.admin.api.server.ServerSecurityAdmin
</code>
and replaced with
<code>
org.teiid.adminapi.ConfigurationAdmin
org.teiid.adminapi.MonitoringAdmin
org.teiid.adminapi.RuntimeStateAdmin
org.teiid.adminapi.SecurityAdmin
</code>
apart from containing the previous API methods from "embedded", these
following methods from the "server" API will be
added to the new API.
<code>
org.teiid.adminapi.ConfigurationAdmin
assignBindingsToModel(String[], String, String, String)
org.teiid.adminapi.MonitoringAdmin
getProcesses()
org.teiid.adminapi.RuntimeStateAdmin
restart()
shutdown()
org.teiid.adminapi.SecurityAdmin
authenticateUser(String, char[], Serializable, String)
exportDataRoles(String, String)
getDomainNames()
getGroups(String)
getGroupsForDomain(String)
getGroupsForUser(String)
getRolesForGroup(String)
importDataRoles(String, String, char[], AdminOptions)
assignRoleToGroup(String, String)
removeRoleFromGroup(String, String)
</code>
Make Admin API changes to support newly added services to runtime
engine
------------------------------------------------------------------------
Key: TEIID-697
URL:
https://jira.jboss.org/jira/browse/TEIID-697
Project: Teiid
Issue Type: Sub-task
Components: Common, Embedded, Server
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 6.2.0
With addition of new services to embedded profile, the Admin API methods needs to
modified to fit the needs. Also, since Server and Embedded platform are going to be
supported based on the current embedded runtime, the API methods need to consolidated from
previous version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira