| Package | Description |
|---|---|
| org.apache.james.mailbox | |
| org.apache.james.mailbox.acl | |
| org.apache.james.mailbox.exception | |
| org.apache.james.mailbox.model | |
| org.apache.james.mailbox.store |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageManager.hasRight(MailboxACL.MailboxACLRight right,
MailboxSession session)
Tells whether the given
MailboxSession's user has the given
MailboxACL.MailboxACLRight for this MessageManager's mailbox. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UnionMailboxACLResolver.hasRight(String requestUser,
GroupMembershipResolver groupMembershipResolver,
MailboxACL.MailboxACLRight right,
MailboxACL resourceACL,
String resourceOwner,
boolean resourceOwnerIsGroup) |
boolean |
MailboxACLResolver.hasRight(String requestUser,
GroupMembershipResolver groupMembershipResolver,
MailboxACL.MailboxACLRight right,
MailboxACL resourceACL,
String resourceOwner,
boolean resourceOwnerIsGroup)
Tells whether the given user has the given right granted on the basis of
the given resourceACL.
|
| Constructor and Description |
|---|
UnsupportedRightException(MailboxACL.MailboxACLRight unsupportedRight) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleMailboxACL.SimpleMailboxACLRight
Default implementation of
MailboxACL.MailboxACLRight. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<MailboxACL.MailboxACLRight> |
SimpleMailboxACL.Rfc4314Rights.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MailboxACL.MailboxACLRights.contains(MailboxACL.MailboxACLRight right)
Tells whether this contains the given right.
|
boolean |
SimpleMailboxACL.Rfc4314Rights.contains(MailboxACL.MailboxACLRight right) |
boolean |
MailboxACL.MailboxACLRights.isSupported(MailboxACL.MailboxACLRight right)
Tells whether the implementation supports the given right.
|
boolean |
SimpleMailboxACL.Rfc4314Rights.isSupported(MailboxACL.MailboxACLRight right) |
| Constructor and Description |
|---|
SimpleMailboxACL.Rfc4314Rights(MailboxACL.MailboxACLRight right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StoreMessageManager.hasRight(MailboxACL.MailboxACLRight right,
MailboxSession session) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.