|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object
|
+--com.sas.services.information.metadata.VirtualMetadata
|
+--com.sas.services.information.metadata.PropertyIdentity
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Constructor Summary | |
PropertyIdentity(String namespace,
String property)
|
|
| 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 |
getLogins()
Get a list of the Login objects associated with this Identity. |
String |
getName()
Get the name for this object. |
String |
getNamespaceURI()
|
String |
getPropertyName()
|
List |
getSubscribers()
Get a List of the subscriber identities owned by this Person. |
String |
getType()
Get the object type. |
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyIdentity(String namespace,
String property)
| Method Detail |
public String getName()
throws RemoteException
MetadataInterfacegetName in interface MetadataInterfacegetName in class VirtualMetadatacom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public String getType()
throws RemoteException
MetadataInterfacegetType in interface MetadataInterfacegetType in class VirtualMetadatacom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public List getLogins()
throws ServiceException,
RemoteException
IdentityInterfacegetLogins in interface IdentityInterfacecom.sas.services.information.metadata.IdentityInterfaceServiceException - in the event of a repository failure.RemoteException - in the event of remote object failure.
public void setName(String name)
throws RemoteException
PersonInterfacesetName in interface PersonInterfacesetName in class VirtualMetadatacom.sas.services.information.metadata.PersonInterfacename - The new name of the user.RemoteException - in the event of remote object failure.
public List getEmailAddresses()
throws RemoteException
PersonInterfacegetEmailAddresses in interface PersonInterfacecom.sas.services.information.metadata.PersonInterfaceRemoteException - in the event of remote object failure.
public void addEmailAddress(String address)
throws RemoteException
PersonInterfaceaddEmailAddress in interface PersonInterfacecom.sas.services.information.metadata.PersonInterfaceaddress - The new address to add.RemoteException - in the event of remote object failure.
public void removeEmailAddress(String address)
throws RemoteException
PersonInterfaceremoveEmailAddress in interface PersonInterfacecom.sas.services.information.metadata.PersonInterfaceaddress - The address to remove from the user's email list.RemoteException - in the event of remote object failure.
public List getGroups()
throws RemoteException
PersonInterfacegetGroups in interface PersonInterfacecom.sas.services.information.metadata.PersonInterfaceRemoteException - in the event of remote object failure.
public List getIdentityGroups()
throws ServiceException,
RemoteException
PersonInterfacegetIdentityGroups in interface PersonInterfacecom.sas.services.information.metadata.PersonInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public List getSubscribers()
throws ServiceException,
RemoteException
PersonInterfacegetSubscribers in interface PersonInterfacecom.sas.services.information.metadata.PersonInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.public String getPropertyName()
public String getNamespaceURI()
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||