|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface SummaryDataInterface
The SummaryDataInterface provides a mechanism for returning session summary information. Each session context can be bound to a user context. This contains 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 defined 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 |
|---|
ProfileInterface getProfile()
throws java.rmi.RemoteException
ProfileInterface the global profile
java.rmi.RemoteException - if a network error occurs.
java.lang.String getUsername()
throws java.rmi.RemoteException
Stringthe user context name
java.rmi.RemoteException - if a network error occurs.
java.util.List getEmailAddresses()
throws java.rmi.RemoteException
List a list of Strings that represent the
email addresses.
java.rmi.RemoteException - if a network error occurs.
long getLoginTime()
throws java.rmi.RemoteException
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getUniqueId()
throws java.rmi.RemoteException
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getSessionContextUniqueId()
throws java.rmi.RemoteException
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 | |||||||||||||