Package | Description |
---|---|
com.docdoku.core.document | |
com.docdoku.core.security |
Modifier and Type | Field and Description |
---|---|
private ACL |
DocumentMaster.acl |
Modifier and Type | Method and Description |
---|---|
ACL |
DocumentMaster.getACL() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentMaster.setACL(ACL acl) |
Modifier and Type | Field and Description |
---|---|
private ACL |
ACLUserGroupEntry.acl |
private ACL |
ACLUserEntry.acl |
Modifier and Type | Method and Description |
---|---|
ACL |
ACL.clone()
perform a deep clone operation
|
Modifier and Type | Method and Description |
---|---|
void |
ACLUserGroupEntry.setACL(ACL pACL) |
void |
ACLUserEntry.setACL(ACL pACL) |
Constructor and Description |
---|
ACLUserEntry(ACL acl,
User principal,
ACL.Permission permission) |
ACLUserGroupEntry(ACL acl,
UserGroup principal,
ACL.Permission permission) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.