|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
void |
addIdentity(IdentityInterface identity)
Add an identity to this ACE. |
void |
addPermission(PermissionInterface permission)
Add a permission to this ACE. |
List |
getIdentities()
Get a List of identities that are associated with this ACE. |
List |
getPermissions()
Get a List of permissions that are associated with this ACE. |
void |
removeIdentity(IdentityInterface identity)
Remove an identity from this ACE. |
void |
removePermission(PermissionInterface permission)
Remove a permission from this ACE. |
void |
setIdentities(List identities)
Set the set of identities on this ACE. |
void |
setPermissions(List permissions)
Set the list of permissions on the ACE. |
| Method Detail |
public List getIdentities()
throws ServiceException,
RemoteException
getIdentities in interface MetadataInterfaceServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
public void addIdentity(IdentityInterface identity)
throws ServiceException,
RemoteException
identity - The identity to add to this ACE.ServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
public void removeIdentity(IdentityInterface identity)
throws ServiceException,
RemoteException
identity - the Identity to remove from this ACE.ServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
public void setIdentities(List identities)
throws ServiceException,
RemoteException
identities - The List of IdentityInterface objects to
set as the identities on this ACE.ServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
public List getPermissions()
throws ServiceException,
RemoteException
ServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
public void addPermission(PermissionInterface permission)
throws ServiceException,
RemoteException
permission - A permission to add to this ACE.ServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
public void removePermission(PermissionInterface permission)
throws ServiceException,
RemoteException
permission - A permission to remove from this ACE.ServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
public void setPermissions(List permissions)
throws ServiceException,
RemoteException
permissions - The List of Permission objects to set on this ACE.ServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||