mirror of https://github.com/apache/cloudstack.git
renaming Acl to IAM in module.properties for the plugin
This commit is contained in:
parent
57b687e8b6
commit
45a96e4e4c
|
|
@ -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
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue