Interface Operations
public interface Operations
The interface used to obtain operation objects (registration, deregistration,
authentication...).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns aAuthCloudApiRegistrationobject.Returns aAuthenticationobject.Returns aDeregistrationobject.Returns aDeviceInformationChangeobject.Returns aDeviceInformationCheckobject.Returns aDeviceInformationSyncobject.Returns aOutOfBandOperationobject.Returns anOutOfBandPayloadDecodeobject.Returns aPasswordChangeobject.Returns aPendingOutOfBandOperationsobject.Returns aPinChangeobject.Returns aRegistrationobject.
-
Method Details
-
authCloudApiRegistration
Returns aAuthCloudApiRegistrationobject. The object can be used to register a new authenticator using the Nevis Authentication Cloud enroll API.- Returns:
- a
AuthCloudRegistration
-
registration
Returns aRegistrationobject. The object can be used to register a new authenticator.- Returns:
- a
Registration
-
authentication
Returns aAuthenticationobject. The object can be used to authenticate using an already registered authenticator.- Returns:
- a
Authentication
-
deregistration
Returns aDeregistrationobject. The object can be used to deregister authenticators.- Returns:
- a
Deregistration
-
outOfBandOperation
Returns aOutOfBandOperationobject. The object can be used to process anOutOfBandPayloadthat was obtained from a QR code or an Intent (push message for example).- Returns:
- a
OutOfBandOperation
-
pinChange
Returns aPinChangeobject. The object can be used to change the PIN of a registered PIN authenticator.- Returns:
- a
PinChange
-
passwordChange
Returns aPasswordChangeobject. The object can be used to change the password of a registered password authenticator.- Returns:
- a
PasswordChange
-
deviceInformationChange
Returns aDeviceInformationChangeobject. The object can be used to change the properties of aDeviceInformation.- Returns:
- a
DeviceInformationChange
-
outOfBandPayloadDecode
Returns anOutOfBandPayloadDecodeobject. The object can be used to decode a JSONStringto obtain anOutOfBandPayload.- Returns:
- an
OutOfBandPayloadDecode
-
pendingOutOfBandOperations
Returns aPendingOutOfBandOperationsobject. This operation retrieves the out-of-band operations that have been started in the server, and must be handled by the application running the Mobile SDK.This is supported only when the backend uses nevisFIDO 7.2402.** or later.
This interface is experimental and can change in the future without notice.
- Returns:
- a
PendingOutOfBandOperations
-
deviceInformationCheck
Returns aDeviceInformationCheckobject. This operation allows identifying possible configuration mismatches between the server and the application running the Mobile SDK.This is supported only when the backend uses nevisFIDO 7.2408.** or later.
This interface is experimental and can change in the future without notice.
- Returns:
- a
DeviceInformationCheck
-
deviceInformationSync
Returns aDeviceInformationSyncobject. This operation allows correcting the configuration mismatches between the server and the application running the Mobile SDK that were found with aDeviceInformationCheckoperation.This is supported only when the backend uses nevisFIDO 7.2408.** or later.
This interface is experimental and can change in the future without notice.
- Returns:
- a
DeviceInformationCheck - See Also:
-