Package | Description |
---|---|
net.bluemind.backend.cyrus | |
net.bluemind.backend.cyrus.internal | |
net.bluemind.imap | |
net.bluemind.imap.command | |
net.bluemind.imap.impl | |
net.bluemind.mailbox.service.internal |
Modifier and Type | Method and Description |
---|---|
abstract void |
CyrusAclService.setAcl(java.lang.String mailbox,
java.util.Map<java.lang.String,Acl> acl) |
void |
CyrusService.setAcl(java.lang.String mailbox,
java.util.Map<java.lang.String,Acl> acl) |
protected void |
CyrusAclService.setAclTask(java.lang.String mailbox,
java.util.Map<java.lang.String,Acl> acl) |
Modifier and Type | Method and Description |
---|---|
static void |
MailboxOps.setAcls(ItemValue<Mailbox> owner,
java.lang.String domain,
java.util.Map<java.lang.String,Acl> acls) |
Modifier and Type | Field and Description |
---|---|
static Acl |
Acl.ALL
'all' in cyradm
|
static Acl |
Acl.NOTHING
No rights at all
|
static Acl |
Acl.POST
Needed for delivery to mailshares
|
static Acl |
Acl.RO
Read only
|
static Acl |
Acl.RW
Read/Write
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Acl> |
StoreClient.listAcl(java.lang.String mailbox) |
Modifier and Type | Method and Description |
---|---|
void |
Acl.add(Acl acl) |
boolean |
StoreClient.setAcl(java.lang.String mailbox,
java.lang.String consumer,
Acl acl) |
boolean |
StoreClient.setMailboxAcl(java.lang.String mailbox,
java.lang.String consumer,
Acl acl) |
Constructor and Description |
---|
SetAclCommand(java.lang.String mailboxName,
java.lang.String consumer,
Acl acl) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Acl> |
ClientSupport.listAcl(java.lang.String mailbox) |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientSupport.setAcl(java.lang.String mailbox,
java.lang.String consumer,
Acl acl)
Sets an IMAP Acl on a mailbox
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Acl> |
DbAclToCyrusAcl.get() |
Copyright © 2021. All Rights Reserved.