mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user