HID APPROVE SDK
5.7.1
HID APPROVE SDK for Android
|
Public Member Functions | |
Date | getExpiryDate () |
PasswordPolicy | getPasswordPolicy () |
boolean | isPasswordInitialization () |
PasswordPromptEvent (Parameter[] parameters, boolean passwordInitialization, long expiryDate, PasswordPolicy passwordPolicy) | |
![]() | |
Event (String id, Parameter[] parameters) | |
Event (String id) | |
String | getId () |
Parameter [] | getParameters () |
void | setParameters (Parameter[] parameters) |
Static Public Attributes | |
static final String | CONTAINER_POLICY = "containerPolicy" |
static final String | KEY_POLICY = "keyPolicy" |
static final String | TYPE = "type" |
A synchronization event sent from the server. The event identifier may be used to determine the expected event data.
|
inline |
Constructor.
parameters | the event metadata parameters. |
passwordInitialization | indicates whether the password is required for initialization or for verification . |
expiryDate | the date/time at which the operation expires |
passwordPolicy | the password policy |
|
inline |
Returns the date/time at which the operation expires.
|
inline |
Get the policy.
|
inline |
Returns passwordInitialization indicates whether the password is required for initialization or for verification .