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 String
PARAM_EMAIL
static String
PARAM_FNAME
static String
PARAM_LNAME
static String
PARAM_LOGIN
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmail()
String
getLogin()
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
- -OAuthServer
to get mapping
-
-