| Modifier and Type | Method and Description |
|---|---|
String |
IdentityClient.verify(IdentityType type,
String value)
Verify identity.
|
void |
IdentityClient.verify(IdentityType type,
String value,
ResponseCallback<Action> callback)
Verify identity.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityType |
Identity.getType()
Returns the identity type.
|
static IdentityType |
IdentityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityType[] |
IdentityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Identity.setType(IdentityType type)
Sets the identity type.
|
| Constructor and Description |
|---|
Identity(IdentityType type,
String value)
Create a new instance of
Identity |
| Constructor and Description |
|---|
ValidatedIdentity(IdentityType type,
String value)
Create a new instance of
ValidatedIdentity |
| Modifier and Type | Method and Description |
|---|---|
IdentityType |
SearchCriteria.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchCriteria.setType(IdentityType type) |
SearchCriteria.Builder |
SearchCriteria.Builder.setType(IdentityType type)
Set the identity type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ValidationTokenGenerator.generate(IdentityType type,
String value,
PrivateKey privateKey)
Generates the validation token based on application's private key.
|
static String |
ValidationTokenGenerator.generate(IdentityType type,
String value,
PrivateKey privateKey,
Password privateKeyPassword)
Generates the validation token based on application's private key.
|
Copyright © 2016. All rights reserved.