|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
This is a generic interface for interacting with a repository entry that represents a person.
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
void |
addEmailAddress(String address)
Add a new email address to a user's email address list. |
List |
getEmailAddresses()
Get the user email addresses. |
List |
getGroups()
Get a list of the groups the person is a member of. |
List |
getIdentityGroups()
Get a List of the IdentityGroups the user is a member of. |
List |
getSubscribers()
Get a List of the subscriber identities owned by this Person. |
void |
removeEmailAddress(String address)
Remove an address from a user's list of email addresses. |
void |
setName(String name)
Set the name of the user. |
| Methods inherited from interface com.sas.services.information.metadata.IdentityInterface |
getLogins |
| Method Detail |
public void setName(String name)
throws RemoteException
setName in interface MetadataInterfacename - The new name of the user.RemoteException - in the event of remote object failure.
public List getEmailAddresses()
throws RemoteException
RemoteException - in the event of remote object failure.
public void addEmailAddress(String address)
throws RemoteException
address - The new address to add.RemoteException - in the event of remote object failure.
public void removeEmailAddress(String address)
throws RemoteException
address - The address to remove from the user's email list.RemoteException - in the event of remote object failure.
public List getGroups()
throws RemoteException
RemoteException - in the event of remote object failure.
public List getIdentityGroups()
throws ServiceException,
RemoteException
ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public List getSubscribers()
throws ServiceException,
RemoteException
ServiceException - if a repository error occurs.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 | |||||||||||||