Class RemoteSessionObject
java.lang.Object
org.apache.openmeetings.db.entity.server.RemoteSessionObject
This Class is marshaled as JSON-Object and stored as a String in the DB to
make it more easy to extend it
- Author:
- sebastianwagner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteSessionObject
fromString
(String s) getEmail()
void
void
setExternalId
(String externalId) void
setExternalType
(String externalType) void
setFirstname
(String firstname) void
setLastname
(String lastname) void
setPictureUrl
(String pictureUrl) void
setUsername
(String username) toString()
-
Constructor Details
-
RemoteSessionObject
public RemoteSessionObject() -
RemoteSessionObject
- Parameters:
user
- -ExternalUserDTO
object 06.09.2009 17:05:48 sebastianwagner
-
-
Method Details