|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.itim.apps.system.SystemUserMO
public class SystemUserMO
Managed object representing a TIM user.
| Constructor Summary | |
|---|---|
SystemUserMO(PlatformContext platform,
javax.security.auth.Subject subject,
DistinguishedName name)
Constructs the the managed object with a platform context, a subject, and the distinguished name of the object to manage. |
|
| Method Summary | |
|---|---|
SystemUser |
getData()
Returns a current snapshot of the data defining the provisioning object. |
DistinguishedName |
getDistinguishedName()
Returns the distinguished name of the managed object |
PersonMO |
getOwner()
Returns the account owner. |
com.ibm.itim.dataservices.view.View |
getView()
Returns the View defining the the set of tasks available to the user. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemUserMO(PlatformContext platform,
javax.security.auth.Subject subject,
DistinguishedName name)
platform - PlatformContext holding platform connection information.subject - Subject representing the authenticated caller.name - DistinguishedName identifying the system's user.| Method Detail |
|---|
public DistinguishedName getDistinguishedName()
public SystemUser getData()
throws java.rmi.RemoteException,
ApplicationException
java.rmi.RemoteException - Thrown if unable to communicate with platform.
ApplicationException - Thrown if unable to retrieve data. This exception is
thrown also when the SystemUserMO contains a null
DistinguishedName.
public PersonMO getOwner()
throws java.rmi.RemoteException,
ApplicationException
java.rmi.RemoteException - Thrown if unable to communicate with platform.
ApplicationException - Thrown if unable to retrieve the account owner. This
exception is thrown also when the SystemUserMO contains a
null DistinguishedName.
public com.ibm.itim.dataservices.view.View getView()
throws java.rmi.RemoteException,
ApplicationException
java.rmi.RemoteException - if unable to communicate with the platform.
ApplicationException - if unable to retrieve the view for the user. This exception
is thrown also when the SystemUserMO contains a null
DistinguishedName.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||