Class OAuthUser
- java.lang.Object
-
- org.apache.openmeetings.db.dto.user.OAuthUser
-
- All Implemented Interfaces:
Serializable
public class OAuthUser extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_EMAILstatic StringPARAM_FNAMEstatic StringPARAM_LNAMEstatic StringPARAM_LOGIN
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()StringgetLogin()Map<String,String>getUserData()
-
-
-
Field Detail
-
PARAM_LOGIN
public static final String PARAM_LOGIN
- See Also:
- Constant Field Values
-
PARAM_EMAIL
public static final String PARAM_EMAIL
- See Also:
- Constant Field Values
-
PARAM_FNAME
public static final String PARAM_FNAME
- See Also:
- Constant Field Values
-
PARAM_LNAME
public static final String PARAM_LNAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OAuthUser
public OAuthUser(String jsonStr, OAuthServer server)
OAuth constructor- Parameters:
jsonStr- - json data from server as stringserver- -OAuthServerto get mapping
-
-