Interface | Description |
---|---|
IAuthenticationCallback |
Provides an abstract interface for an authentication callback handler
|
IChallenge |
Provides an abstract interface for challenge mechanisms.
|
IChallengeCallbackHandleResult |
Provides an abstract interface for a challenge callback handler
|
IChallengeCallbackHandleUserInput |
Provides an abstract interface for a challenge callback handler
|
IChallengeCallbackHandleVerify |
Provides an abstract interface for a challenge callback handler
|
IEnrollment |
Provides an abstract interface to derive multi-factor authentication challenge enrollment
mechanisms from
|
IEnrollmentHandleResult |
Provides an abstract interface for an enrollment callback handler
|
IKeyStoreHelperCallbackHandleDelKeyPair |
Provides an abstract interface for a key pair generation callback handler
|
IKeyStoreHelperCallbackHandleResult |
Provides an abstract interface for a key pair generation callback handler
|
IMfaRegistrationResultCallback |
Provides an abstract interface for a Multi-Factor Authenication registration callback handler
|
IPendingTransactionCallback |
Provides an abstract interface for a pending transaction callback handler
|
IQRScanResult |
Provides an abstract interface to which QR codes are scanned.
|
IResult |
Provides an abstract interface for Result classes
|
IScimEnrollment |
Provides an abstract interface from where System for Cross-domain Identity Management (SCIM)
enrollment mechanisms are derived from.
|
IUnenrollHandleResult |
Provides an abstract interface for an unenroll callback handler
|
IUnregisterResultCallback |
Provides an abstract interface for an un-registration callback handler
|
Class | Description |
---|---|
BiometricSampleEnrollment |
The enrollment of a biometric sample.
|
ChallengeContext |
Implementation of a container of challenge mechanisms that get invoked when an authorization
challenge is returned from a request to a protected resource.
|
ChallengeResult |
Holds the result of the challenge verification.
|
ContextHelper |
Helper class to provide SDK wide access to the Context of the application, without the need to
pass it to every other class that needs it.
|
EnrollmentResult |
Holds the result of the challenge enrollment.
|
FingerprintChallenge |
The fingerprint challenge mechanism is an Android Fingerprint ID prompt for validation of an
enrolled fingerprint.
|
FingerprintChallengeWrapper |
A wrapper class for the
FingerprintChallenge objects. |
FingerprintEnrollment |
The enrollment for Fingerprint.
|
HotpChallenge |
Hash-based One-time Password Algorithm (HOTP) challenge accepts a value that an algorithm has
computed to produce a one-time password from a shared secret key.
|
HotpEnrollment |
The enrollment for counter based one-time password.
|
KeyStoreHelper |
The KeyStoreHelper class performs RSA export operations to DER and PEM formats that can be
used outside of Android for data signing.
|
LogHelper |
Wrapper class for JNI calls.
|
MfaQRScanResult |
The
MfaQRScanResult handles registration data scanned from a QR code. |
MfaRegistrationContext |
Enables mobile applications to register a users device to IBM Security Access Manager.
|
MfaRegistrationResult |
Holds the result of the user registration.
|
MfaUnregisterDeviceResult |
Holds the result of unregistrating a device
|
OAuthContext |
The OAuthContext implements the Resource Owner Password Credentials (ROPC) Grant
and Authorization Code Grant as the calling client to an OAuth authorization server.
|
OAuthResult |
Holds the result of the authentication request
|
OAuthToken |
Stores the access token and optional refresh token for requests to protected resources.
|
OtpQRScanResult |
The
OtpQRScanResult handles one-time password data scanned from a QR code. |
PendingTransaction |
Representation of a pending transaction.
|
PendingTransactionsResult |
Holds the result of the pending transactions.
|
TotpChallenge |
Time-based One-time Password Algorithm (TOTP) challenge accepts a value that an algorithm has
computed to produce a one-time password from a shared secret key and the current time.
|
TotpEnrollment |
The enrollment for time based one-time password.
|
UIQRScanView |
The UIQRScanView enables mobile application to scan a QR code for device
registration.
|
UnenrollResult | |
UsernamePasswordChallenge |
The Username Password challenge prompts the user to re-enter their username and password
registered with Access Manager.
|
UserPresenceChallenge |
The simple user presence challenge prompts the user to acknowledge.
|
UserPresenceEnrollment |
The enrollment for simple user-presence.
|
VoiceChallenge |
The voice biometric challenge prompts the user to verify a phrase.
|
VoiceEnrollment |
The enrollment for Voice biometrics.
|
Enum | Description |
---|---|
ErrorCodes |
The enumerated error type that provides constant values of error codes.
|
RegistrationAttributes |
The enumerated type that provides constant values of the registration attributes.
|
Exception | Description |
---|---|
MobileKitException |
The customized exception class.
|