-
public class ExternalUserIdDefines the User Id Object from an External Third Party Source
-
-
Constructor Summary
Constructors Constructor Description ExternalUserId(String source, String identifier, Integer atype, Map<String, Object> ext)Initialize ExternalUserId Class- Parameter source: Source of the External User Id String.- Parameter identifier: String of the External User Id.- Parameter atype: (Optional) Integer of the External User Id.- Parameter ext: (Optional) Map of the External User Id.
-
Method Summary
-
-
Constructor Detail
-
ExternalUserId
ExternalUserId(String source, String identifier, Integer atype, Map<String, Object> ext)
Initialize ExternalUserId Class- Parameter source: Source of the External User Id String.- Parameter identifier: String of the External User Id.- Parameter atype: (Optional) Integer of the External User Id.- Parameter ext: (Optional) Map of the External User Id.
-
-
Method Detail
-
getIdentifier
String getIdentifier()
-
setIdentifier
void setIdentifier(String identifier)
-
getJson
@Nullable() JSONObject getJson()
-
-
-
-