|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface IdentityInterface
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
void |
addExternalIdentity(ExternalIdentityInterface externalIdentity)
Add an external identity to the Identity. |
void |
addLogin(LoginInterface login)
Add a login to the Identity. |
java.lang.String |
getDisplayName()
Get the identity's display name attribute. |
java.lang.String |
getEffectiveDispayName()
Deprecated. Please use the correctly spelled version. |
java.lang.String |
getEffectiveDisplayName()
Get the effective display name for the identity. |
java.util.List<ExternalIdentityInterface> |
getExternalIdentities()
Get a list of the External Identity objects associated with this Identity. |
java.util.List |
getIdentityGroups()
Get a List of the IdentityGroups that this Identity belongs to. |
java.util.List<IdentityMembershipInterface> |
getIdentityMembershipLevels()
Returns the List of IdentityMembershipInterface instances ordered by membership level |
java.lang.String |
getIdentityType()
Return the type of Identity. |
java.util.List |
getLogins()
Get a list of the Login objects associated with this Identity. |
java.util.List |
getUserIds()
Get a list of the user id's from the logins associated with this Identity. |
void |
removeExternalIdentity(ExternalIdentityInterface externalIdentity)
Remove an external identity from the Identity. |
void |
removeLogin(LoginInterface login)
Remove a Login from the Identity. |
void |
setDisplayName(java.lang.String displayName)
Set the identity's display name. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.util.List getLogins()
throws ServiceException,
java.rmi.RemoteException
ServiceException - in the event of a repository failure.
java.rmi.RemoteException - in the event of remote object failure.
void addLogin(LoginInterface login)
throws ServiceException,
java.rmi.RemoteException
login - The Login to add to this Identity.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void removeLogin(LoginInterface login)
throws ServiceException,
java.rmi.RemoteException
login - The Login to remove from this Identity.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.util.List getUserIds()
throws ServiceException,
java.rmi.RemoteException
ServiceException - in the event of repository failure.
java.rmi.RemoteException - in the event of remote object failure.
java.util.List getIdentityGroups()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getDisplayName()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setDisplayName(java.lang.String displayName)
throws ServiceException,
java.rmi.RemoteException
displayName - The identity's new display name.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getEffectiveDispayName()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getEffectiveDisplayName()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getIdentityType()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.util.List<IdentityMembershipInterface> getIdentityMembershipLevels()
throws ServiceException,
java.rmi.RemoteException
IdentityMembershipInterface>
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.util.List<ExternalIdentityInterface> getExternalIdentities()
throws ServiceException,
java.rmi.RemoteException
ServiceException - in the event of a repository failure.
java.rmi.RemoteException - in the event of remote object failure.
void addExternalIdentity(ExternalIdentityInterface externalIdentity)
throws ServiceException,
java.rmi.RemoteException
externalIdentity - The external identity to add to this Identity.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void removeExternalIdentity(ExternalIdentityInterface externalIdentity)
throws ServiceException,
java.rmi.RemoteException
externalIdentity - The external identity to remove from this Identity.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||