|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAccessControl
IAccessControl
is the basis for maintaining Access Control about an item.
Method Summary | |
---|---|
IAccessEntry |
addEntry(IExchangeAddressEntry address)
Adds an entry to the permissions list. |
IAccessEntry[] |
getEntries()
Gets an unmodifiable list of the entries for the access manager. |
void |
removeEntry(IAccessEntry entry)
Removes the permissions. |
Method Detail |
---|
IAccessEntry addEntry(IExchangeAddressEntry address) throws CollaborationException
address
- the address entry to set the permission
null
if the entry could not be created.
CollaborationException
- if there was an error adding the entryvoid removeEntry(IAccessEntry entry)
entry
- the entry to removeIAccessEntry[] getEntries()
IAccessEntry
.
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |