public class SocialId extends Object implements Serializable
A class to uniquely identify users. This combines the id the user has on an external service (eg: twitter, facebook) with the provider type.
The code is modified from https://github.com/jaliss/securesocial
| Constructor and Description |
|---|
SocialId(String userId,
String provider) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProvider() |
String |
getUserId() |
void |
setProvider(String provider) |
void |
setUserId(String userId) |
Copyright © 2016–2018 ActFramework. All rights reserved.