renaming Acl to IAM in module.properties for the plugin

This commit is contained in:
Prachi Damle 2014-02-25 17:02:41 -08:00
parent 57b687e8b6
commit 45a96e4e4c
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name=acl-role-based-access-checkers
name=iam-access-checkers
parent=api

View File

@ -30,6 +30,6 @@
<bean id="RoleBasedAPIAccessChecker" class="org.apache.cloudstack.iam.RoleBasedAPIAccessChecker" />
<bean id="RoleBasedEntityAccessChecker" class="org.apache.cloudstack.iam.RoleBasedEntityAccessChecker" />
<bean id="RoleBasedEntityQuerySelector" class="org.apache.cloudstack.iam.RoleBasedEntityQuerySelector" />
<bean id="AclApiServiceImpl" class="org.apache.cloudstack.iam.AclApiServiceImpl" />
<bean id="IAMApiServiceImpl" class="org.apache.cloudstack.iam.IAMApiServiceImpl" />
</beans>