public class ValidatedIdentity extends Identity
| Constructor and Description |
|---|
ValidatedIdentity()
Create a new instance of
ValidatedIdentity |
ValidatedIdentity(String type,
String value)
Create a new instance of
ValidatedIdentity |
| Modifier and Type | Method and Description |
|---|---|
String |
getToken()
Returns the validation token.
|
void |
setToken(String token)
Sets the validation token.
|
String |
toString() |
public ValidatedIdentity()
ValidatedIdentityCopyright © 2016. All rights reserved.