Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Accepted - Enum constant in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SessionOutdatedReason
- Accepted - Enum constant in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SuccessSessionState
- Accepted - Enum constant in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SessionOutdatedReason
- Accepted - Enum constant in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SuccessTransactionState
- ACTIVATION_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error during activation occurred
- ACTIVATION_PASSWORD_NULL_OR_EMPTY - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the activation password is null or empty
- ACTIVATION_PASSWORD_WRONG_CHECKSUM - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the activation password's checksum is not valid
- ACTIVATION_PASSWORD_WRONG_LENGTH - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the activation password has a wrong length
- ActivationCallback - Interface in com.vasco.orchestration.client.flows.activation
-
The
ActivationCallback
interface defines the minimal methods that must be implemented in order to receive callbacks during the activation process. - ActivationInputError - Class in com.vasco.orchestration.client.flows.activation
-
The
ActivationInputError
object defines errors related to user input occurring during an activation process. - ActivationInputError(int, ActivationInputException) - Constructor for class com.vasco.orchestration.client.flows.activation.ActivationInputError
-
Constructor
- ActivationInputError(ActivationInputException) - Constructor for class com.vasco.orchestration.client.flows.activation.ActivationInputError
-
Constructor
- ActivationInputException - Exception in com.vasco.orchestration.client.exceptions
-
The
ActivationInputException
exception is raised during activation-specific flows. - ActivationInputException(String, int) - Constructor for exception com.vasco.orchestration.client.exceptions.ActivationInputException
-
constructor
- ActivationParams - Class in com.vasco.orchestration.client.flows.activation
-
An
ActivationParams
object provides parameters for an activation process. - ActivationParams() - Constructor for class com.vasco.orchestration.client.flows.activation.ActivationParams
- ActivityProvider - Interface in com.vasco.orchestration.client.utils
- APP_1 - Enum constant in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
- APP_2 - Enum constant in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
- APP_3 - Enum constant in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
- APP_4 - Enum constant in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
- APP_5 - Enum constant in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
- APP_6 - Enum constant in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
- APP_7 - Enum constant in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
- APP_8 - Enum constant in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
B
- BIOMETRIC - Enum constant in enum class com.vasco.orchestration.client.flows.ProtectionType
-
A biometric scan is needed for generating one-time passwords and signatures.
- Bluetooth - Enum constant in enum class com.vasco.orchestration.client.cddc.CDDCParams.OptionalRetrievableFields
-
retrieve Bluetooth information
- build() - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
build an
Orchestrator
object with the configuredOrchestrator.Builder
instance. - Builder() - Constructor for class com.vasco.orchestration.client.Orchestrator.Builder
C
- CDDCDataFeeder - Interface in com.vasco.orchestration.client.cddc
-
The
CDDCDataFeeder
allows to set CDDC data values. - CDDCMessage - Class in com.vasco.orchestration.client.cddc
- CDDCMessage(String, int) - Constructor for class com.vasco.orchestration.client.cddc.CDDCMessage
- CDDCMessageParams - Class in com.vasco.orchestration.client.cddc
- CDDCMessageParams(OrchestrationUser, String, String, boolean) - Constructor for class com.vasco.orchestration.client.cddc.CDDCMessageParams
- CDDCParams - Class in com.vasco.orchestration.client.cddc
-
An
CDDCParams
object provides parameters for CDDC process. - CDDCParams() - Constructor for class com.vasco.orchestration.client.cddc.CDDCParams
- CDDCParams.OptionalRetrievableFields - Enum Class in com.vasco.orchestration.client.cddc
-
List of optional fields that can be retrieved.
- CHANGE_PASSWORD_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error happened during password change
- ChangePasswordCallback - Interface in com.vasco.orchestration.client.flows.change_password
-
The
ChangePasswordCallback
interface defines the minimal methods that must be implemented in order to receive callbacks during the change password process. - ChangePasswordParams - Class in com.vasco.orchestration.client.flows.change_password
- ChangePasswordParams() - Constructor for class com.vasco.orchestration.client.flows.change_password.ChangePasswordParams
- com.vasco.orchestration.client - package com.vasco.orchestration.client
- com.vasco.orchestration.client.authentication - package com.vasco.orchestration.client.authentication
- com.vasco.orchestration.client.cddc - package com.vasco.orchestration.client.cddc
- com.vasco.orchestration.client.errors - package com.vasco.orchestration.client.errors
- com.vasco.orchestration.client.exceptions - package com.vasco.orchestration.client.exceptions
- com.vasco.orchestration.client.flows - package com.vasco.orchestration.client.flows
- com.vasco.orchestration.client.flows.activation - package com.vasco.orchestration.client.flows.activation
- com.vasco.orchestration.client.flows.activation.online - package com.vasco.orchestration.client.flows.activation.online
- com.vasco.orchestration.client.flows.change_password - package com.vasco.orchestration.client.flows.change_password
- com.vasco.orchestration.client.flows.local_authentication - package com.vasco.orchestration.client.flows.local_authentication
- com.vasco.orchestration.client.flows.local_transaction - package com.vasco.orchestration.client.flows.local_transaction
- com.vasco.orchestration.client.flows.notification - package com.vasco.orchestration.client.flows.notification
- com.vasco.orchestration.client.flows.remote_authentication - package com.vasco.orchestration.client.flows.remote_authentication
- com.vasco.orchestration.client.flows.remote_transaction - package com.vasco.orchestration.client.flows.remote_transaction
- com.vasco.orchestration.client.user - package com.vasco.orchestration.client.user
- com.vasco.orchestration.client.utils - package com.vasco.orchestration.client.utils
- COMMAND_PARSING_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error occurred during parsing of the command
- CryptoApplicationIndex - Enum Class in com.vasco.orchestration.client.flows
-
A crypto application defines a set of characteristics for generating one-time passwords and signatures.
D
- deleteUser(OrchestrationUser) - Method in interface com.vasco.orchestration.client.user.UserManager
-
Deactivates a specified user.
E
- equals(Object) - Method in class com.vasco.orchestration.client.user.OrchestrationUser
- ERROR_RESPONSE_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error during an error response parsing occurred
- execute(String) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Executes an Orchestration Command provided by the server.
- Expired - Enum constant in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SessionOutdatedReason
- Expired - Enum constant in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SessionOutdatedReason
G
- Geolocation - Enum constant in enum class com.vasco.orchestration.client.cddc.CDDCParams.OptionalRetrievableFields
-
retrieve geolocation information
- getActivationCallback() - Method in class com.vasco.orchestration.client.flows.activation.ActivationParams
-
Gets the
ActivationCallback
that the should be used during activation. - getActivationInputException() - Method in class com.vasco.orchestration.client.flows.activation.ActivationInputError
-
Returns the activationInputException attached to the error
- getActivationPassword() - Method in class com.vasco.orchestration.client.flows.activation.online.OnlineActivationParams
-
Gets the configured activation password to be used during the DSAPP activation
- getApplicationData() - Method in class com.vasco.orchestration.client.cddc.CDDCMessageParams
- getCDDCDataFeeder() - Method in interface com.vasco.orchestration.client.Orchestrator
-
Provides a
CDDCDataFeeder
object that allows integrator to set CDDC data values . - getCddcMessage() - Method in class com.vasco.orchestration.client.cddc.CDDCMessage
- getCDDCMessage(CDDCMessageParams) - Method in interface com.vasco.orchestration.client.Orchestrator
- getChallenge() - Method in class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
- getChangePasswordCallback() - Method in class com.vasco.orchestration.client.flows.change_password.ChangePasswordParams
-
Retrieves the callback object for change password.
- getClientServerTimeShiftSeconds() - Method in interface com.vasco.orchestration.client.user.UserInformation
-
The recorded timeshift between the client and the server
- getCurrentActivityReference() - Method in interface com.vasco.orchestration.client.utils.ActivityProvider
- getCustomPayload() - Method in class com.vasco.orchestration.client.errors.OrchestrationServerError
-
return custom payload set by the server integrator which can contain any extra information on the error
- getDataFields() - Method in class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
- getDigipassSequenceNumberProtected() - Method in interface com.vasco.orchestration.client.user.UserInformation
-
The sequence number of the DIGIPASS instance that is password protected
- getDigipassSequenceNumberUnprotected() - Method in interface com.vasco.orchestration.client.user.UserInformation
-
The sequence number of the DIGIPASS instance that is not password protected
- getDigipassSerialNumber() - Method in interface com.vasco.orchestration.client.user.UserInformation
-
The DIGIPASS-related serial number
- getDomain() - Method in class com.vasco.orchestration.client.user.OrchestrationUser
- getErrorCode() - Method in class com.vasco.orchestration.client.errors.InputError
- getErrorCode() - Method in class com.vasco.orchestration.client.errors.OrchestrationError
-
return error code attached to the error
- getErrorCode() - Method in exception com.vasco.orchestration.client.exceptions.ActivationInputException
-
get error code attached to the error
- getErrorCode() - Method in exception com.vasco.orchestration.client.exceptions.InputException
-
Get error code attached to the exception
- getErrorCode() - Method in exception com.vasco.orchestration.client.exceptions.PasswordException
-
Get error code attached to the exception
- getErrorCode() - Method in class com.vasco.orchestration.client.flows.activation.ActivationInputError
-
Returns the error code attached to the error
- getErrorCode() - Method in class com.vasco.orchestration.client.flows.PasswordError
- getEventName() - Method in class com.vasco.orchestration.client.cddc.CDDCMessageParams
- getException() - Method in class com.vasco.orchestration.client.errors.OrchestrationError
-
return the exception attached to the error
- getException() - Method in class com.vasco.orchestration.client.errors.OrchestrationWarning
-
return the exception attached to the warning
- getInitialErrorCode() - Method in class com.vasco.orchestration.client.errors.OrchestrationError
-
if the cause is not null and a InternalException we return the initial error code 0 otherwise.
- getInitialErrorCode() - Method in class com.vasco.orchestration.client.errors.OrchestrationWarning
-
if the cause is not null and a InternalException we return the initial error code 0 otherwise.
- getInputException() - Method in class com.vasco.orchestration.client.errors.InputError
- getLocalAuthenticationCallback() - Method in class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
- getLocalTransactionCallback() - Method in class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
- getNotificationIdentifier() - Method in class com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams
-
Gets the notification identifier when registering for push notifications.
- getNotificationRegistrationCallback() - Method in class com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams
-
Gets the configured
NotificationRegistrationCallback
. - getOptionalRetrievableFields() - Method in class com.vasco.orchestration.client.cddc.CDDCParams
-
Gets the current list of optional fields for automatic retrieval that require permissions.
- getOrchestrationUser() - Method in class com.vasco.orchestration.client.cddc.CDDCMessageParams
-
Gets the configured user for generating CDDC message.
- getOrchestrationUser() - Method in class com.vasco.orchestration.client.flows.activation.online.OnlineActivationParams
-
Gets the configured user for performing the DSAPP activation.
- getOrchestrationUser() - Method in class com.vasco.orchestration.client.flows.change_password.ChangePasswordParams
-
Gets the configured user for changing the password.
- getOrchestrationUser() - Method in class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
-
Gets the configured user for performing a local authentication.
- getOrchestrationUser() - Method in class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
-
Gets the configured user for performing a local transaction.
- getOrchestrationUser() - Method in class com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams
-
Gets the configured user when registering for push notifications.
- getPasswordException() - Method in class com.vasco.orchestration.client.flows.PasswordError
- getProtectionType() - Method in class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
- getProtectionType() - Method in class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
- getReadableMessage() - Method in class com.vasco.orchestration.client.errors.OrchestrationServerError
-
return readable message describing the error
- getRefreshDurationSeconds() - Method in class com.vasco.orchestration.client.cddc.CDDCParams
-
Gets the current CDDC refresh delay in seconds.
- getReturnCode() - Method in class com.vasco.orchestration.client.cddc.CDDCMessage
- getUsedTimeSeconds() - Method in interface com.vasco.orchestration.client.user.UserInformation
-
The UTC time used by the DIGIPASS instance
- getUserIdentifier() - Method in class com.vasco.orchestration.client.user.OrchestrationUser
- getUserIdentifier() - Method in interface com.vasco.orchestration.client.user.UserInformation
-
The user identifier, as provided by the integrator
- getUserInformation(OrchestrationUser) - Method in interface com.vasco.orchestration.client.user.UserManager
-
Retrieves the information related to a specific user.
- getUserManager() - Method in interface com.vasco.orchestration.client.Orchestrator
-
Provides a
UserManager
object that allows manipulation of users and DIGIPASSes. - getUsers() - Method in interface com.vasco.orchestration.client.user.UserManager
-
Retrieves the list of activated users.
- getWarningCode() - Method in class com.vasco.orchestration.client.errors.OrchestrationWarning
-
return warning code attached to the warning
H
- hashCode() - Method in class com.vasco.orchestration.client.user.OrchestrationUser
I
- InputError - Class in com.vasco.orchestration.client.errors
-
The
InputError
object is used to provide detailed information about an input related issue during a flow execution. - InputError(InputException) - Constructor for class com.vasco.orchestration.client.errors.InputError
- InputException - Exception in com.vasco.orchestration.client.exceptions
-
The
InputException
exception is raised when a user-input error arises. - InputException(String, int) - Constructor for exception com.vasco.orchestration.client.exceptions.InputException
-
Constructor
- isEncrypted() - Method in class com.vasco.orchestration.client.cddc.CDDCMessageParams
- isUserActivated(OrchestrationUser) - Method in interface com.vasco.orchestration.client.user.UserManager
-
Check whether the provided user identifier corresponds to an activated user.
L
- LOCAL_AUTHENTICATION_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error during local authentication occurred
- LOCAL_TRANSACTION_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error during local transaction occurred
- LocalAuthenticationCallback - Interface in com.vasco.orchestration.client.flows.local_authentication
-
Interface to implement in order to receive events related to local authentication.
- LocalAuthenticationParams - Class in com.vasco.orchestration.client.flows.local_authentication
-
Parameters for performing a local authentication.
- LocalAuthenticationParams() - Constructor for class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
- LocalTransactionCallback - Interface in com.vasco.orchestration.client.flows.local_transaction
-
Interface to implement in order to receive events related to local transaction.
- LocalTransactionParams - Class in com.vasco.orchestration.client.flows.local_transaction
-
Parameters for performing a local transaction.
- LocalTransactionParams() - Constructor for class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
- LOCATION_TIMEOUT - Static variable in class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
Deprecated.
- LOCATION_UNAVAILABLE - Static variable in class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
Location services are disabled on the device
M
- MISSING_BLUETOOTH_PERMISSION - Static variable in class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
Bluetooth permission not granted by user
- MISSING_LOCATION_BLUETOOTH_SCAN - Static variable in class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
Location Bluetooth Scan permission not granted by user or location permission missing in manifest
- MISSING_LOCATION_PERMISSION - Static variable in class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
Location permission not granted by user or location permission missing in manifest
- MISSING_PERMISSION_BLUETOOTH - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Missing permission for retrieving bluetooth data
- MISSING_PERMISSION_LOCATION - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Missing permission for retrieving location
- MISSING_PERMISSION_READ_PHONE_STATE - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Deprecated.Not used anymore
- MISSING_PERMISSION_WIFI - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Missing permission for retrieving wifi data
- MISSING_READ_PHONE_STATE_PERMISSION - Static variable in class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
Read phone state permission not granted by user
- MISSING_WIFI_PERMISSION - Static variable in class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
Wifi permission not granted by user
N
- NO_PASSWORD - Enum constant in enum class com.vasco.orchestration.client.flows.ProtectionType
-
No password is needed for generating one-time passwords and signatures.
- NOTIFICATION_REGISTRATION_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error during notification registration occurred
- NotificationRegistrationCallback - Interface in com.vasco.orchestration.client.flows.notification
-
The
NotificationRegistrationCallback
interface defines the specific elements required for the integrator to interact during the Notification Registration flow. - NotificationRegistrationParams - Class in com.vasco.orchestration.client.flows.notification
-
A
NotificationRegistrationParams
object provides parameters to register for push notifications. - NotificationRegistrationParams() - Constructor for class com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams
O
- onActivationAborted() - Method in interface com.vasco.orchestration.client.flows.activation.ActivationCallback
-
Called upon activation process abortion.
- onActivationInputError(OnlineActivationInputError) - Method in interface com.vasco.orchestration.client.flows.activation.ActivationCallback
-
Called upon activation process error due to bad user input.
- onActivationStepComplete(String) - Method in interface com.vasco.orchestration.client.flows.activation.online.OnlineActivationCallback
-
Called upon activation step success, the provided command must be sent to the server.
- onActivationSuccess() - Method in interface com.vasco.orchestration.client.flows.activation.ActivationCallback
-
Called upon activation process success.
- onChangePasswordAborted() - Method in interface com.vasco.orchestration.client.flows.change_password.ChangePasswordCallback
-
Called upon password change abortion
- onChangePasswordInputError(PasswordError) - Method in interface com.vasco.orchestration.client.flows.change_password.ChangePasswordCallback
-
Called upon password change password errors
- onChangePasswordStepComplete(String) - Method in interface com.vasco.orchestration.client.flows.change_password.ChangePasswordCallback
-
Called when an authentication validation request command is ready to be sent to the server for verification.
- onChangePasswordSuccess() - Method in interface com.vasco.orchestration.client.flows.change_password.ChangePasswordCallback
-
Called upon password change process success.
- onDataApproved() - Method in interface com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.DisplayDataCaller
-
Called upon data approval.
- onDataApproved() - Method in interface com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.DisplayDataCaller
-
Called upon data approval.
- onDataRejected() - Method in interface com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.DisplayDataCaller
-
Called upon data rejection.
- onDataRejected() - Method in interface com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.DisplayDataCaller
-
Called upon data rejection.
- OnlineActivationCallback - Interface in com.vasco.orchestration.client.flows.activation.online
-
The
OnlineActivationCallback
interface defines the methods that must be implemented in order to receive callbacks during the online activation process. - OnlineActivationInputError - Class in com.vasco.orchestration.client.flows.activation.online
-
The
OnlineActivationInputError
object defines errors related to user input occurring during the online activation process. - OnlineActivationInputError(int, ActivationInputException) - Constructor for class com.vasco.orchestration.client.flows.activation.online.OnlineActivationInputError
-
Constructor
- OnlineActivationInputError(ActivationInputException) - Constructor for class com.vasco.orchestration.client.flows.activation.online.OnlineActivationInputError
-
Constructor
- OnlineActivationParams - Class in com.vasco.orchestration.client.flows.activation.online
-
A
OnlineActivationParams
object provides parameters for the online activation process. - OnlineActivationParams() - Constructor for class com.vasco.orchestration.client.flows.activation.online.OnlineActivationParams
- onLocalAuthenticationAborted() - Method in interface com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationCallback
-
Called upon local authentication abortion
- onLocalAuthenticationPasswordError(PasswordError) - Method in interface com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationCallback
-
Called upon password error when performing local authentication.
- onLocalAuthenticationSuccess(String, String) - Method in interface com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationCallback
-
Called upon local authentication success.
- onLocalTransactionAborted() - Method in interface com.vasco.orchestration.client.flows.local_transaction.LocalTransactionCallback
-
Called upon local transaction abortion
- onLocalTransactionPasswordError(PasswordError) - Method in interface com.vasco.orchestration.client.flows.local_transaction.LocalTransactionCallback
-
Called upon password error when performing local transaction.
- onLocalTransactionSuccess(String, String) - Method in interface com.vasco.orchestration.client.flows.local_transaction.LocalTransactionCallback
-
Called upon local transaction success.
- onNotificationRegistrationStepComplete(String) - Method in interface com.vasco.orchestration.client.flows.notification.NotificationRegistrationCallback
-
Called when a step of the notification registration process is complete.
- onNotificationRegistrationSuccess(OrchestrationUser, String) - Method in interface com.vasco.orchestration.client.flows.notification.NotificationRegistrationCallback
-
Called upon notification registration success
- onOrchestrationError(OrchestrationError) - Method in interface com.vasco.orchestration.client.errors.OrchestrationErrorCallback
-
callback that will be called when an error occurs
- onOrchestrationServerError(OrchestrationServerError) - Method in interface com.vasco.orchestration.client.errors.OrchestrationErrorCallback
-
callback that will be called when an error occurs on the server and is sent back to the client
- onOrchestrationWarning(OrchestrationWarning) - Method in interface com.vasco.orchestration.client.errors.OrchestrationWarningCallback
-
callback that will be called when a warning occurs
- onRemoteAuthenticationAborted() - Method in interface com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback
-
Called upon remote authentication abortion
- onRemoteAuthenticationDisplayData(String, RemoteAuthenticationCallback.DisplayDataCaller) - Method in interface com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback
-
Called when the Orchestration SDK needs the
RemoteAuthenticationCallback
object to display data to the user for approval. - onRemoteAuthenticationPasswordError(PasswordError) - Method in interface com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback
-
Called upon password error when performing remote authentication.
- onRemoteAuthenticationSessionOutdated(RemoteAuthenticationCallback.SessionOutdatedReason) - Method in interface com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback
-
Called upon remote authentication session outdated
- onRemoteAuthenticationStepComplete(String) - Method in interface com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback
-
Called when a step of the remote authentication process is complete.
- onRemoteAuthenticationSuccess(RemoteAuthenticationCallback.SuccessSessionState) - Method in interface com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback
-
Called upon remote authentication success
- onRemoteTransactionAborted() - Method in interface com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback
-
Called upon remote transaction validation abortion
- onRemoteTransactionDisplayData(String, RemoteTransactionCallback.DisplayDataCaller) - Method in interface com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback
-
Called when the Orchestration SDK needs the
RemoteTransactionCallback
object to display data to the user for approval. - onRemoteTransactionPasswordError(PasswordError) - Method in interface com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback
-
Called upon password error when performing remote transaction.
- onRemoteTransactionSessionOutdated(RemoteTransactionCallback.SessionOutdatedReason) - Method in interface com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback
-
Called upon remote authentication session outdated
- onRemoteTransactionStepComplete(String) - Method in interface com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback
-
Called when a step of the remote transaction validation process is complete.
- onRemoteTransactionSuccess(RemoteTransactionCallback.SuccessTransactionState) - Method in interface com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback
-
Called upon remote transaction validation success
- onUserAuthenticationInputAborted() - Method in interface com.vasco.orchestration.client.authentication.UserAuthenticationInputCallback
-
Need to be called to inform the Orchestration library of an aborted authentication flow.
- onUserAuthenticationInputError(InputError) - Method in interface com.vasco.orchestration.client.authentication.UserAuthenticationCallback
-
Called upon user input error when it is not conform for the Orchestration library.
- onUserAuthenticationInputSuccess(CharSequence) - Method in interface com.vasco.orchestration.client.authentication.UserAuthenticationInputCallback
-
Need to be called to inform the Orchestration library of the user input.
- onUserAuthenticationRequired(UserAuthenticationCallback.UserAuthentication, UserAuthenticationInputCallback, boolean) - Method in interface com.vasco.orchestration.client.authentication.UserAuthenticationCallback
-
Called when a specific user authentication have been overridden and if an user authentication is required by the Orchestration library.
- OrchestrationError - Class in com.vasco.orchestration.client.errors
-
The
OrchestrationError
class is the base class used for asynchronous error management in the Orchestration SDK. - OrchestrationError(int, Throwable) - Constructor for class com.vasco.orchestration.client.errors.OrchestrationError
-
Constructor
- OrchestrationErrorCallback - Interface in com.vasco.orchestration.client.errors
-
The
OrchestrationErrorCallback
interface defines the callback that must be implemented in order to be informed of errors during theOrchestrator
lifecycle. - OrchestrationErrorCodes - Class in com.vasco.orchestration.client.errors
-
The
OrchestrationErrorCodes
class lists every error code used when performing orchestration tasks. - OrchestrationErrorCodes() - Constructor for class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
- OrchestrationException - Exception in com.vasco.orchestration.client.exceptions
-
The
OrchestrationException
is the general exception raised by the Orchestration SDK. - OrchestrationException(String) - Constructor for exception com.vasco.orchestration.client.exceptions.OrchestrationException
-
constructor
- OrchestrationServerError - Class in com.vasco.orchestration.client.errors
-
The
OrchestrationServerError
class is the base class used for asynchronous error management in the Orchestration SDK. - OrchestrationServerError(String) - Constructor for class com.vasco.orchestration.client.errors.OrchestrationServerError
-
Constructor
- OrchestrationServerError(String, String) - Constructor for class com.vasco.orchestration.client.errors.OrchestrationServerError
-
Constructor
- OrchestrationUser - Class in com.vasco.orchestration.client.user
-
The
OrchestrationUser
object represent the activated user - OrchestrationUser(String) - Constructor for class com.vasco.orchestration.client.user.OrchestrationUser
- OrchestrationUser(String, String) - Constructor for class com.vasco.orchestration.client.user.OrchestrationUser
- OrchestrationWarning - Class in com.vasco.orchestration.client.errors
-
The
OrchestrationWarning
class is the base class used for asynchronous warning management in the Orchestration SDK. - OrchestrationWarning(int, Throwable) - Constructor for class com.vasco.orchestration.client.errors.OrchestrationWarning
-
Constructor
- OrchestrationWarningCallback - Interface in com.vasco.orchestration.client.errors
-
The
OrchestrationWarningCallback
interface defines the callback that must be implemented in order to be informed of warnings during theOrchestrator
lifecycle. - OrchestrationWarningCodes - Class in com.vasco.orchestration.client.errors
-
The
OrchestrationWarningCodes
class lists every warning code used when performing orchestration tasks. - OrchestrationWarningCodes() - Constructor for class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
- Orchestrator - Interface in com.vasco.orchestration.client
-
The
Orchestrator
interface is the entry point of the Orchestration SDK. - Orchestrator.Builder - Class in com.vasco.orchestration.client
-
Simple builder for the
Orchestrator
object.
P
- PASSWORD - Enum constant in enum class com.vasco.orchestration.client.authentication.UserAuthenticationCallback.UserAuthentication
-
The User is expected to authenticate with a Password (or a PIN)
- PASSWORD - Enum constant in enum class com.vasco.orchestration.client.flows.ProtectionType
-
A password is needed for generating one-time passwords and signatures.
- PASSWORD_LOCK - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that too many failed password attempts locked the DIGIPASS
- PASSWORD_NULL - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the provided password is null
- PASSWORD_TOO_LONG - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the provided password is too long
- PASSWORD_TOO_SHORT - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the provided password is too short
- PASSWORD_WEAK - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the provided password is weak (e.g 1111 or 1234)
- PASSWORD_WRONG - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the provided password is wrong
- PasswordError - Class in com.vasco.orchestration.client.flows
-
The
PasswordError
object is used to provide detailed information about a password related issue during a flow execution. - PasswordError(PasswordException) - Constructor for class com.vasco.orchestration.client.flows.PasswordError
- PasswordException - Exception in com.vasco.orchestration.client.exceptions
-
The
PasswordException
exception is raised when a user-input password error arises. - PasswordException(String, int) - Constructor for exception com.vasco.orchestration.client.exceptions.PasswordException
-
Constructor
- ProtectionType - Enum Class in com.vasco.orchestration.client.flows
-
Available protection types for generating one-time passwords and signatures.
R
- Refused - Enum constant in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SessionOutdatedReason
- Refused - Enum constant in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SuccessSessionState
- Refused - Enum constant in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SessionOutdatedReason
- Refused - Enum constant in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SuccessTransactionState
- REMOTE_AUTHENTICATION_CALLBACK_NOT_SET_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the Remote Authentication Callback is not set
- REMOTE_AUTHENTICATION_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error during remote authentication occurred
- REMOTE_TRANSACTION_CALLBACK_NOT_SET_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the Remote Transaction Callback is not set
- REMOTE_TRANSACTION_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
An error during remote transaction occurred
- RemoteAuthenticationCallback - Interface in com.vasco.orchestration.client.flows.remote_authentication
-
The
RemoteAuthenticationCallback
interface defines the specific elements required for the integrator to interact during the Remote Authentication flow. - RemoteAuthenticationCallback.DisplayDataCaller - Interface in com.vasco.orchestration.client.flows.remote_authentication
-
The
RemoteAuthenticationCallback.DisplayDataCaller
object is to be informed of data approval/rejection. - RemoteAuthenticationCallback.SessionOutdatedReason - Enum Class in com.vasco.orchestration.client.flows.remote_authentication
-
The
RemoteAuthenticationCallback.SessionOutdatedReason
lists possible reasons for a session to be outdated. - RemoteAuthenticationCallback.SuccessSessionState - Enum Class in com.vasco.orchestration.client.flows.remote_authentication
-
The
RemoteAuthenticationCallback.SuccessSessionState
lists possible session states after a Remote authentication success. - RemoteTransactionCallback - Interface in com.vasco.orchestration.client.flows.remote_transaction
-
The
RemoteTransactionCallback
interface defines the specific elements required for the integrator to interact during the Remote Transaction Validation flow. - RemoteTransactionCallback.DisplayDataCaller - Interface in com.vasco.orchestration.client.flows.remote_transaction
-
The
RemoteTransactionCallback.DisplayDataCaller
object is to be informed of data approval/rejection. - RemoteTransactionCallback.SessionOutdatedReason - Enum Class in com.vasco.orchestration.client.flows.remote_transaction
-
The
RemoteTransactionCallback.SessionOutdatedReason
lists possible reasons for a session to be outdated. - RemoteTransactionCallback.SuccessTransactionState - Enum Class in com.vasco.orchestration.client.flows.remote_transaction
-
The
RemoteTransactionCallback.SuccessTransactionState
lists possible transaction states after a Remote transaction success. - ROOTING_PROBABILITY_MAX_VALUE - Static variable in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
rooting probability max value when using
CDDCDataFeeder.setRootingProbability(int)
- ROOTING_PROBABILITY_MIN_VALUE - Static variable in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
rooting probability min value when using
CDDCDataFeeder.setRootingProbability(int)
.
S
- setActivationCallback(OnlineActivationCallback) - Method in class com.vasco.orchestration.client.flows.activation.online.OnlineActivationParams
-
Sets the
OnlineActivationCallback
to be notified about activation events. - setActivationPassword(String) - Method in class com.vasco.orchestration.client.flows.activation.online.OnlineActivationParams
-
Sets the activation password to be used during the DSAPP activation
- setActivityProvider(ActivityProvider) - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
Set the activity provider parameter and return the modified
Orchestrator.Builder
. - setApplicationData(String) - Method in class com.vasco.orchestration.client.cddc.CDDCMessageParams
- setApplicationReleaseDate(long) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value for the release date of the application (publication date).
- setApplicationRepackaged(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Deprecated.
- setCDDCParams(CDDCParams) - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
Set the CDDC parameters.
- setChallenge(String) - Method in class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
- setChangePasswordCallback(ChangePasswordCallback) - Method in class com.vasco.orchestration.client.flows.change_password.ChangePasswordParams
-
Sets the objects containing the change password callbacks.
- setContext(Context) - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
Set the context parameter and return the modified
Orchestrator.Builder
. - setDataFields(List<String>) - Method in class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
- setDebuggerAttached(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Deprecated.
- setDefaultDomain(String) - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
Set the domain that will be used by default for users and return the modified
Orchestrator.Builder
. - setDeviceRooted(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value for device rooted.
- setDigipassSalt(String) - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
Set the salt that is used to protect the secret of the DIGIPASS and return the modified
Orchestrator.Builder
. - setDomain(String) - Method in class com.vasco.orchestration.client.user.OrchestrationUser
- setEncrypted(boolean) - Method in class com.vasco.orchestration.client.cddc.CDDCMessageParams
- setErrorCallback(OrchestrationErrorCallback) - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
Set the delegate that will be used if an error occurs.
- setErrorCallback(OrchestrationErrorCallback) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Sets the callback to be notified of errors.
- setErrorCode(int) - Method in class com.vasco.orchestration.client.errors.OrchestrationError
-
set the error code
- setEventName(String) - Method in class com.vasco.orchestration.client.cddc.CDDCMessageParams
- setException(Throwable) - Method in class com.vasco.orchestration.client.errors.OrchestrationError
-
set the exception
- setException(Throwable) - Method in class com.vasco.orchestration.client.errors.OrchestrationWarning
-
set the exception
- setHookingFrameworks(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value for the hooking frameworks status.
- setLibraryInjectionDetected(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value for library injection detected status.
- setLocalAuthenticationCallback(LocalAuthenticationCallback) - Method in class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
- setLocalTransactionCallback(LocalTransactionCallback) - Method in class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
- setNativeCodeHooks(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Deprecated.
- setNotificationIdentifier(String) - Method in class com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams
-
Sets the notification identifier to be used when registering for push notifications
- setNotificationRegistrationCallback(NotificationRegistrationCallback) - Method in class com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams
-
Sets the
NotificationRegistrationCallback
to be notified about notification registration events. - setOptionalRetrievableFields(Set<CDDCParams.OptionalRetrievableFields>) - Method in class com.vasco.orchestration.client.cddc.CDDCParams
-
Sets the list of fields to be automatically retrieved.
- setOrchestrationUser(OrchestrationUser) - Method in class com.vasco.orchestration.client.flows.activation.online.OnlineActivationParams
-
Sets the user to be used for performing the DSAPP activation.
- setOrchestrationUser(OrchestrationUser) - Method in class com.vasco.orchestration.client.flows.change_password.ChangePasswordParams
-
Sets the user to be used for changing the password.
- setOrchestrationUser(OrchestrationUser) - Method in class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
-
Sets the user to be used for performing a local authentication.
- setOrchestrationUser(OrchestrationUser) - Method in class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
-
Sets the user to be used for performing a local transaction.
- setOrchestrationUser(OrchestrationUser) - Method in class com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams
-
Sets the user to be used when registering for push notifications
- setProtectionType(ProtectionType) - Method in class com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
- setProtectionType(ProtectionType) - Method in class com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
- setRaspProtected(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value for the RASP protection status
- setRefreshDurationSeconds(long) - Method in class com.vasco.orchestration.client.cddc.CDDCParams
-
Sets the refresh delay for the automatic CDDC data collection.
- setRemoteAuthCallback(RemoteAuthenticationCallback) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Sets the callback to be notified about remote authentication events.
- setRemoteTranCallback(RemoteTransactionCallback) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Sets the callback to be notified about remote transaction validation events.
- setRootingProbability(int) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value in percent for the probability of the device to be rooted, using heuristics.
- setScreenshotDetected(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value for the screenshot detected status.
- setStorageSalt(String) - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
Set the salt that is used to protect the storage and return the modified
Orchestrator.Builder
. - setUntrustedKeyboard(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value for the untrusted keyboard status.
- setUntrustedScreenReaders(boolean) - Method in interface com.vasco.orchestration.client.cddc.CDDCDataFeeder
-
Sets the value for the untrusted screen reader status.
- setUserAuthenticationCallback(UserAuthenticationCallback, UserAuthenticationCallback.UserAuthentication[]) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Sets the callback to override the way a user authentication will be displayed.
- setUserIdentifier(String) - Method in class com.vasco.orchestration.client.user.OrchestrationUser
- setWarningCallback(OrchestrationWarningCallback) - Method in class com.vasco.orchestration.client.Orchestrator.Builder
-
Set the delegate that will be used if a warning occurs.
- setWarningCallback(OrchestrationWarningCallback) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Sets the callback called when warnings happen.
- setWarningCode(int) - Method in class com.vasco.orchestration.client.errors.OrchestrationWarning
-
set the warning code
- startActivation(ActivationParams) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Starts the activation process.
- startChangePassword(ChangePasswordParams) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Starts password changing.
- startLocalAuthentication(LocalAuthenticationParams) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Starts a local authentication process.
- startLocalTransaction(LocalTransactionParams) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Starts a local transaction process.
- startNotificationRegistration(NotificationRegistrationParams) - Method in interface com.vasco.orchestration.client.Orchestrator
-
Starts registering for push notifications.
U
- Unknown - Enum constant in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SessionOutdatedReason
- Unknown - Enum constant in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SessionOutdatedReason
- UNKNOWN_ERROR - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
an unknown error occurred
- UNKNOWN_WARNING - Static variable in class com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
an unknown warning occurred
- USER_ID_NULL_OR_EMPTY - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the user ID is null or empty
- USER_ID_WRONG_FORMAT - Static variable in class com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
Indicates that the user ID contains invalid characters, such as whitespaces
- UserAuthenticationCallback - Interface in com.vasco.orchestration.client.authentication
-
The
UserAuthenticationCallback
interface defines the specific elements required for the integrator to interact during a User Authentication flow. - UserAuthenticationCallback.UserAuthentication - Enum Class in com.vasco.orchestration.client.authentication
- UserAuthenticationInputCallback - Interface in com.vasco.orchestration.client.authentication
-
An implementation of a
UserAuthenticationInputCallback
interface will be given by the Orchestration library (SeeUserAuthenticationCallback.onUserAuthenticationRequired(UserAuthenticationCallback.UserAuthentication, UserAuthenticationInputCallback, boolean)
. - UserInformation - Interface in com.vasco.orchestration.client.user
-
The
UserInformation
object provides information about the DIGIPASS object associated with a specific user identifier. - UserManager - Interface in com.vasco.orchestration.client.user
-
The
UserManager
allows to handle user management related features.
V
- valueOf(String) - Static method in enum class com.vasco.orchestration.client.authentication.UserAuthenticationCallback.UserAuthentication
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vasco.orchestration.client.cddc.CDDCParams.OptionalRetrievableFields
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vasco.orchestration.client.flows.ProtectionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SessionOutdatedReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SuccessSessionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SessionOutdatedReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SuccessTransactionState
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vasco.orchestration.client.authentication.UserAuthenticationCallback.UserAuthentication
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vasco.orchestration.client.cddc.CDDCParams.OptionalRetrievableFields
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vasco.orchestration.client.flows.CryptoApplicationIndex
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vasco.orchestration.client.flows.ProtectionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SessionOutdatedReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationCallback.SuccessSessionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SessionOutdatedReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vasco.orchestration.client.flows.remote_transaction.RemoteTransactionCallback.SuccessTransactionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Static variable in interface com.vasco.orchestration.client.Orchestrator
-
Current
Orchestrator
version.
W
- WiFi - Enum constant in enum class com.vasco.orchestration.client.cddc.CDDCParams.OptionalRetrievableFields
-
retrieve Wifi information
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form