mirror of https://github.com/apache/cloudstack.git
Default accessType is Use - Read and Use
This commit is contained in:
parent
4a30102ca8
commit
e4c188a5cb
|
|
@ -28,7 +28,7 @@ import org.apache.cloudstack.acl.SecurityChecker.AccessType;
|
|||
@Target({FIELD})
|
||||
public @interface ACL {
|
||||
|
||||
AccessType accessType() default AccessType.ListEntry;
|
||||
AccessType accessType() default AccessType.UseEntry;
|
||||
|
||||
String pointerToEntity() default "";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue