|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.session.SummaryData
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 SummaryDataInterface
ProfileInterface
the global profile
java.rmi.RemoteException
- if a network error occurs.public java.lang.String getUsername() throws java.rmi.RemoteException
getUsername
in interface SummaryDataInterface
String
the user context name
java.rmi.RemoteException
- if a network error occurs.public java.util.List getEmailAddresses() throws java.rmi.RemoteException
getEmailAddresses
in interface SummaryDataInterface
List
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 SummaryDataInterface
java.rmi.RemoteException
- In the event of remote object failure.public java.lang.String getUniqueId() throws java.rmi.RemoteException
getUniqueId
in interface SummaryDataInterface
java.rmi.RemoteException
- In the event of remote object failure.public java.lang.String getSessionContextUniqueId() throws java.rmi.RemoteException
getSessionContextUniqueId
in interface SummaryDataInterface
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 |