|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.session.SummaryData
@SASScope(value="ALL") @BinaryCompatibilityOnly public class SummaryData
Contains session summary information. Each session context can be bound to a user context. This information contains the unique identifier for the session context, as well as a summary of the user information, such as the user context name, the user's email addresses, and the user's global profile.
| Method Summary | |
|---|---|
java.util.List |
getEmailAddresses()
Get the email addresses for the person bound to this session. |
long |
getLoginTime()
Get the timestamp when the user was authenticated. |
ProfileInterface |
getProfile()
Get the global profile information for the person bound to this session. |
java.lang.String |
getSessionContextUniqueId()
Get the session context's unique id. |
java.lang.String |
getUniqueId()
Get the user's unique identifier. |
java.lang.String |
getUsername()
Get the name of the user context for this session. |
| Method Detail |
|---|
public ProfileInterface getProfile()
throws java.rmi.RemoteException
getProfile in interface SummaryDataInterfaceProfileInterface the global profile
java.rmi.RemoteException - if a network error occurs.
public java.lang.String getUsername()
throws java.rmi.RemoteException
getUsername in interface SummaryDataInterfaceString the user context name
java.rmi.RemoteException - if a network error occurs.
public java.util.List getEmailAddresses()
throws java.rmi.RemoteException
getEmailAddresses in interface SummaryDataInterfaceList a list of Strings that represent the email
addresses.
java.rmi.RemoteException - if a network error occurs.
public long getLoginTime()
throws java.rmi.RemoteException
getLoginTime in interface SummaryDataInterfacejava.rmi.RemoteException - In the event of remote object failure.
public java.lang.String getUniqueId()
throws java.rmi.RemoteException
getUniqueId in interface SummaryDataInterfacejava.rmi.RemoteException - In the event of remote object failure.
public java.lang.String getSessionContextUniqueId()
throws java.rmi.RemoteException
getSessionContextUniqueId in interface SummaryDataInterfacejava.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 | |||||||||||||