public class UserIdentity extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IDENTITY_TYPE_ALIAS
Field type for internal user alias
|
static String |
IDENTITY_TYPE_EXTERNAL_ID
Field type for internal user alias
|
static String |
IDENTITY_TYPE_USER_ID
Field type for internal database id
|
Constructor and Description |
---|
UserIdentity() |
Modifier and Type | Method and Description |
---|---|
String |
getIdentity() |
String |
getIdentityType() |
void |
setIdentity(String identity) |
void |
setIdentityType(String identityType) |
public static final String IDENTITY_TYPE_ALIAS
public static final String IDENTITY_TYPE_EXTERNAL_ID
public static final String IDENTITY_TYPE_USER_ID
public String getIdentity()
public String getIdentityType()
public void setIdentity(String identity)
identity
- the identity to setpublic void setIdentityType(String identityType)
identityType
- the identityType to setCopyright © 2019 Communote team. All rights reserved.