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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteSessionObjectfromString(String s) getEmail()voidvoidsetExternalId(String externalId) voidsetExternalType(String externalType) voidsetFirstname(String firstname) voidsetLastname(String lastname) voidsetPictureUrl(String pictureUrl) voidsetUsername(String username) toString()
-
Constructor Details
-
RemoteSessionObject
public RemoteSessionObject() -
RemoteSessionObject
- Parameters:
user- -ExternalUserDTOobject 06.09.2009 17:05:48 sebastianwagner
-
-
Method Details