com.compoze.collab.exchange
Interface IAccessControl
- public interface IAccessControl
IAccessControl
is the basis for maintaining Access Control about an item.
addEntry
public IAccessEntry addEntry(IExchangeAddressEntry address)
throws CollaborationException
- Adds an entry to the permissions list.
- Parameters:
address
- the address entry to set the permission- Returns:
- the permission entry, or
null
if the entry could not be created. - Throws:
CollaborationException
- if there was an error adding the entry
removeEntry
public void removeEntry(IAccessEntry entry)
- Removes the permissions.
- Parameters:
entry
- the entry to remove
getEntries
public IAccessEntry[] getEntries()
- Gets an unmodifiable list of the entries for the access manager. Each item
of the array is an instance of
IAccessEntry
.
- Returns:
- an array of entries
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.