- getAccessToken(String, String, String, String, IAuthenticationCallback) - Method in class com.ibm.security.access.mobile.authentication.OAuthContext
-
Acquires a security token from the token endpoint using OAuth resource owner password grant type.
- getAccessToken(String, String, String, String, Map<String, Object>, IAuthenticationCallback) - Method in class com.ibm.security.access.mobile.authentication.OAuthContext
-
Acquires a security token from the token endpoint using OAuth resource owner password grant type.
- getAccessToken(String, String, String, IAuthenticationCallback) - Method in class com.ibm.security.access.mobile.authentication.OAuthContext
-
Acquires a security token from the token endpoint using OAuth authorization_code grant type.
- getAccessToken(String, String, String, Map<String, Object>, IAuthenticationCallback) - Method in class com.ibm.security.access.mobile.authentication.OAuthContext
-
Acquires a security token from the token endpoint using OAuth authorization_code grant type.
- getAccessToken() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-
Returns the access token issued by the authorization server.
- getAdditionalData() - Method in class com.ibm.security.access.mobile.authentication.EnrollmentResult
-
Returns the HashMap of additional enrollment data.
- getAdditionalData() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns additional registration details from Access Manager.
- getAdditionalData() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-
Returns the HashMap of additional OAuth attributes.
- getAlgorithm() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Returns the name of the algorithm to sign the data.
- getAlgorithm() - Method in class com.ibm.security.access.mobile.authentication.OtpQRScanResult
-
Returns the algorithm used to calculate the one-time password.
- getAlgorithm() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Returns the name of the algorithm to sign the data.
- getAlgorithm() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns the name of the algorithm to sign the data.
- getAllAttributeValues(Context) - Static method in enum com.ibm.security.access.mobile.authentication.RegistrationAttributes
-
- getAttributeValue(Context, RegistrationAttributes) - Static method in enum com.ibm.security.access.mobile.authentication.RegistrationAttributes
-
- getAuthenticatorIdentifier() - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Returns the identifier of the authenticator.
- getBiometricSampleUrl() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the biometrics sample endpoint of Access Manager.
- getChallengeData() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the challengeData of the mechanism.
- getChallengeData() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the challengeData of the mechanism.
- getChallengeData() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the challengeData of the mechanism.
- getChallengeData() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns the challengeData of the mechanism.
- getChallengeText() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the text representing the server challenge which requires signing.
- getChallengeText() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the text representing the server challenge which requires signing.
- getChallengeText() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns text representing the server challenge which requires signing.
- getChallengeText() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns text representing the server challenge which requires signing.
- getClientId() - Method in class com.ibm.security.access.mobile.authentication.MfaQRScanResult
-
Returns the unique identifier between the service and the app.
- getClientId() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the unique identifier between the service and the app.
- getCode() - Method in enum com.ibm.security.access.mobile.authentication.ErrorCodes
-
Returns the code of the error.
- getCode() - Method in class com.ibm.security.access.mobile.authentication.MfaQRScanResult
-
Returns the OAuth authorization code.
- getContext() - Method in class com.ibm.security.access.mobile.authentication.ContextHelper
-
Returns the context of the application.
- getCounter() - Method in class com.ibm.security.access.mobile.authentication.OtpQRScanResult
-
Returns the counter that is required for use with hotp
.
- getCreatedDate() - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Return the transaction creation date.
- getCreatedOn() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-
Returns the date the token was created.
- getDefaultDescription() - Method in enum com.ibm.security.access.mobile.authentication.ErrorCodes
-
Returns the default description.
- getDescription() - Method in enum com.ibm.security.access.mobile.authentication.ErrorCodes
-
Returns the localized description of the errorCode if Context
has been set.
- getDescription() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the description of the mechanism.
- getDescription() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the description of the mechanism.
- getDescription() - Method in class com.ibm.security.access.mobile.authentication.HotpChallenge
-
Returns the description of the mechanism.
- getDescription() - Method in interface com.ibm.security.access.mobile.authentication.IChallenge
-
- getDescription() - Method in class com.ibm.security.access.mobile.authentication.TotpChallenge
-
Returns the description of the mechanism.
- getDescription() - Method in class com.ibm.security.access.mobile.authentication.UsernamePasswordChallenge
-
Returns the description of the mechanism.
- getDescription() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the description of the mechanism.
- getDescription() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns the description of the mechanism.
- getDeviceToken(Context) - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationContext
-
Returns the unique token to identify the device fo push notifications.
- getDigits() - Method in class com.ibm.security.access.mobile.authentication.OtpQRScanResult
-
Returns the length of the one-time password to be displayed.
- getEnrollmentUrl() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the challenge enrollment endpoint of Access Manager.
- getEnum(int) - Static method in enum com.ibm.security.access.mobile.authorization.HmacAlgorithm
-
- getEnum(String) - Static method in enum com.ibm.security.access.mobile.authorization.HmacAlgorithm
-
Returns the corresponding enum for the algorithm.
- getErrorCode() - Method in exception com.ibm.security.access.mobile.authentication.MobileKitException
-
Returns the errorCode.
- getErrorDescription() - Method in class com.ibm.security.access.mobile.authentication.ChallengeResult
-
Returns detailed information about the error.
- getErrorDescription() - Method in class com.ibm.security.access.mobile.authentication.EnrollmentResult
-
Returns detailed information about the error.
- getErrorDescription() - Method in interface com.ibm.security.access.mobile.authentication.IResult
-
- getErrorDescription() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns detailed information about the error.
- getErrorDescription() - Method in class com.ibm.security.access.mobile.authentication.MfaUnregisterDeviceResult
-
Returns detailed information about the error.
- getErrorDescription() - Method in class com.ibm.security.access.mobile.authentication.OAuthResult
-
Returns detailed information about the error.
- getErrorDescription() - Method in class com.ibm.security.access.mobile.authentication.PendingTransactionsResult
-
Returns detailed information about the error.
- getErrorDescription() - Method in class com.ibm.security.access.mobile.authentication.UnenrollResult
-
Returns detailed information about the error.
- getExpiresOn() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-
Returns a Date
object, representing when the token expires.
- getHeaders() - Method in class com.ibm.security.access.mobile.authentication.OAuthContext
-
Returns a HashMap of custom headers to be added to each http/s request
- getHotpUrl() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the counter based one-time password token generator endpoint of Access Manager.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Returns the identifier of the enrollment.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.EnrollmentResult
-
Returns the unique identifier of the enrollment.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the identifier of the mechanism.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the identifier of the mechanism.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Returns the identifier of the enrollment.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.HotpChallenge
-
Returns the identifier of the mechanism.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.HotpEnrollment
-
Returns the identifier of the enrollment.
- getIdentifier() - Method in interface com.ibm.security.access.mobile.authentication.IChallenge
-
- getIdentifier() - Method in interface com.ibm.security.access.mobile.authentication.IEnrollment
-
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.TotpChallenge
-
Returns the identifier of the mechanism.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.TotpEnrollment
-
Returns the identifier of the enrollment.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.UsernamePasswordChallenge
-
Returns the identifier of the mechanism.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the identifier of the mechanism.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Returns the identifier of the enrollment.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns the identifier of the mechanism.
- getIdentifier() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns the identifier of the enrollment.
- getImageUrl() - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Return the fully-qualified URL of an image to use.
- getIndex(String) - Static method in enum com.ibm.security.access.mobile.authorization.HmacAlgorithm
-
- getIssuer() - Method in class com.ibm.security.access.mobile.authentication.OtpQRScanResult
-
Returns the name of the issuer providing the service.
- getKeyHandle() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Returns the name that can be used to identify the key handle.
- getKeyHandle() - Method in interface com.ibm.security.access.mobile.authentication.IScimEnrollment
-
- getKeyHandle() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Returns the name that can be used to identify the key handle.
- getKeyHandle() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns the name that can be used to identify the key handle.
- getKeyHandles() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns an array of String
representing names of key handles.
- getKeyHandles() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns an array of String
representing names of key handles.
- getKeyHandles() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns an array of String
representing names of key handles.
- getKeyName() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the type's identifier, used to access the private key in the key store.
- getKeyName() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the type's identifier, used to access the private key in the key store.
- getKeyName() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the type's identifier, used to access the private key in the keystore.
- getKeyName() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns the type's identifier, used to access the private key in the keystore.
- getKeystoreType() - Static method in class com.ibm.security.access.mobile.authentication.KeyStoreHelper
-
Returns the type of keystore.
- getLocale() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns the locale of the biometric language definition.
- getLogString(String, String, String) - Static method in class com.ibm.security.access.mobile.authentication.LogHelper
-
- getMessage() - Method in exception com.ibm.security.access.mobile.authentication.MobileKitException
-
Returns the error message.
- getMessage() - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Return the message associated with the transaction, if provided.
- getMessagePrompt() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the message to display in the alert when prompted.
- getMessagePrompt() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the message to display in the alert when prompted.
- getMessagePrompt() - Method in class com.ibm.security.access.mobile.authentication.HotpChallenge
-
Returns the message to display in the alert when prompted.
- getMessagePrompt() - Method in interface com.ibm.security.access.mobile.authentication.IChallenge
-
- getMessagePrompt() - Method in class com.ibm.security.access.mobile.authentication.TotpChallenge
-
Returns the message to display in the alert when prompted.
- getMessagePrompt() - Method in class com.ibm.security.access.mobile.authentication.UsernamePasswordChallenge
-
Returns the message to display in the alert when prompted.
- getMessagePrompt() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the message to display in the alert when prompted.
- getMessagePrompt() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns the message to display in the alert when prompted.
- getMetadataUrl() - Method in class com.ibm.security.access.mobile.authentication.MfaQRScanResult
-
Returns the metadata discovery endpoint.
- getMethod() - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Returns the type of HTTP method required for enrollment.
- getMethod() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Returns the type of HTTP method required for enrollment.
- getMethod() - Method in class com.ibm.security.access.mobile.authentication.HotpEnrollment
-
Returns the type of HTTP method required for enrollment.
- getMethod() - Method in interface com.ibm.security.access.mobile.authentication.IEnrollment
-
- getMethod() - Method in class com.ibm.security.access.mobile.authentication.TotpEnrollment
-
Returns the type of HTTP method required for enrollment.
- getMethod() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Returns the type of HTTP method required for enrollment.
- getMethod() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns the type of HTTP method required for enrollment.
- getMobileKitException() - Method in class com.ibm.security.access.mobile.authentication.ChallengeResult
-
Returns the mobileKitException object, representing the error.
- getMobileKitException() - Method in class com.ibm.security.access.mobile.authentication.EnrollmentResult
-
Returns the mobileKitException object, representing the error.
- getMobileKitException() - Method in interface com.ibm.security.access.mobile.authentication.IResult
-
- getMobileKitException() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the exception in case of an error.
- getMobileKitException() - Method in class com.ibm.security.access.mobile.authentication.MfaUnregisterDeviceResult
-
Returns the exception in case of an error.
- getMobileKitException() - Method in class com.ibm.security.access.mobile.authentication.OAuthResult
-
Returns the exception.
- getMobileKitException() - Method in class com.ibm.security.access.mobile.authentication.PendingTransactionsResult
-
Returns the exception object, representing the error.
- getMobileKitException() - Method in class com.ibm.security.access.mobile.authentication.UnenrollResult
-
Returns the MobileKitException object, representing the error.
- getName() - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Returns the name of the enrollment challenge.
- getName() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the name of the mechanism.
- getName() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the name of the mechanism.
- getName() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Returns the name of the enrollment challenge.
- getName() - Method in class com.ibm.security.access.mobile.authentication.HotpChallenge
-
Returns the name of the mechanism.
- getName() - Method in class com.ibm.security.access.mobile.authentication.HotpEnrollment
-
Returns the name of the enrollment.
- getName() - Method in interface com.ibm.security.access.mobile.authentication.IEnrollment
-
- getName() - Method in class com.ibm.security.access.mobile.authentication.TotpEnrollment
-
Returns the name of the enrollment.
- getName() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the name of the mechanism.
- getName() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Returns the name of the enrollment.
- getName() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns the name of the enrollment challenge.
- getNextChallenge() - Method in class com.ibm.security.access.mobile.authentication.ChallengeResult
-
Returns next challenge mechanism dictated by policy.
- getOauthTokenUrl() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the OAuth token endpoint of Access Manager.
- getPendingTransactionCount() - Method in class com.ibm.security.access.mobile.authentication.PendingTransactionsResult
-
The count of all pending transactions.
- getPeriod() - Method in class com.ibm.security.access.mobile.authentication.OtpQRScanResult
-
Returns the period a totp
code will be valid for, in seconds.
- getPolicyEndpointUrl() - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Return the policy endpoint of the challenge mechanism.
- getPostbackUri() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the postback URI of the mechanism.
- getPostbackUri() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the postback URI of the mechanism.
- getPostbackUri() - Method in class com.ibm.security.access.mobile.authentication.HotpChallenge
-
Returns the postback URI of the mechanism.
- getPostbackUri() - Method in interface com.ibm.security.access.mobile.authentication.IChallenge
-
- getPostbackUri() - Method in class com.ibm.security.access.mobile.authentication.TotpChallenge
-
Returns the postback URI of the mechanism.
- getPostbackUri() - Method in class com.ibm.security.access.mobile.authentication.UsernamePasswordChallenge
-
Returns the postback URI of the mechanism.
- getPostbackUri() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the postback URI of the mechanism.
- getPostbackUri() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns the postback URI of the mechanism.
- getPublicKey() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Returns the public key used to be stored.
- getPublicKey() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Returns the public key used to be stored.
- getPublicKey() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns the public key used to be stored.
- getQueryString() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Returns additional attributes for enrolling in SCIM interface.
- getQueryString() - Method in interface com.ibm.security.access.mobile.authentication.IScimEnrollment
-
- getQueryString() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Returns additional attributes for enrolling in SCIM interface.
- getQueryString() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns additional attributes for enrolling in SCIM interface.
- getRefreshToken() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-
Returns the refresh token, which can be used to obtain new access tokens using the same
authorization grant.
- getSampelData() - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Returns the biometric sample data.
- getSampleIdentifier() - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Returns the identifier of the sample.
- getScope() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-
Returns the scope that the token has authorized.
- getSecret() - Method in class com.ibm.security.access.mobile.authentication.OtpQRScanResult
-
Returns the secret value encoded in Base32.
- getServiceName() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the name of the service representing the Access Manager instance.
- getSignatureAlgorithm() - Static method in class com.ibm.security.access.mobile.authentication.KeyStoreHelper
-
Returns the standard name of the algorithm requested
- getState() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the unique identifier of the mechanism request.
- getState() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the unique identifier of the mechanism request.
- getState() - Method in class com.ibm.security.access.mobile.authentication.HotpChallenge
-
Returns the unique identifier of the mechanism request.
- getState() - Method in interface com.ibm.security.access.mobile.authentication.IChallenge
-
- getState() - Method in class com.ibm.security.access.mobile.authentication.TotpChallenge
-
Returns the unique identifier of the mechanism request.
- getState() - Method in class com.ibm.security.access.mobile.authentication.UsernamePasswordChallenge
-
Returns the unique identifier of the mechanism request.
- getState() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the unique identifier of the mechanism request.
- getState() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns the unique identifier of the mechanism request.
- getStatus() - Method in class com.ibm.security.access.mobile.authentication.ChallengeResult
-
Returns whether to indicate the status of the verification result
- getTokenType() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-
Returns the type of token issued.
- getTokenUrl() - Method in class com.ibm.security.access.mobile.authentication.MfaQRScanResult
-
Returns the location to the OAuth endpoint.
- getTotpUrl() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the time based one-time password token generator endpoint of Access Manager.
- getTransactionId() - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Return the unique identifier of the transaction.
- getTransactions() - Method in class com.ibm.security.access.mobile.authentication.PendingTransactionsResult
-
The array of PendingTransaction structures.
- getTransactionsUrl() - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationResult
-
Returns the transaction endpoint of Access Manager.
- getType() - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Returns the type of the enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.EnrollmentResult
-
Returns the type of enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Returns the type of enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Returns the type of enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Returns the type of the enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.HotpEnrollment
-
Returns the type of the enrollment challenge.
- getType() - Method in interface com.ibm.security.access.mobile.authentication.IEnrollment
-
- getType() - Method in class com.ibm.security.access.mobile.authentication.OtpQRScanResult
-
Returns the type of the QR scanned.
- getType() - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Return the type of transaction.
- getType() - Method in class com.ibm.security.access.mobile.authentication.TotpEnrollment
-
Returns the type of the enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Returns the type of the enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Returns the type of the enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Returns the type of the enrollment challenge.
- getType() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Returns the type of the enrollment challenge.
- getUsername() - Method in class com.ibm.security.access.mobile.authentication.OtpQRScanResult
-
Returns the username associated with the service.
- serializeToJson() - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
- serializeToJson() - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
- serializeToJson() - Method in class com.ibm.security.access.mobile.authentication.HotpEnrollment
-
- serializeToJson() - Method in interface com.ibm.security.access.mobile.authentication.IEnrollment
-
- serializeToJson() - Method in class com.ibm.security.access.mobile.authentication.OAuthResult
-
Returns a JSON string of the serialized
OAuthResult
object.
- serializeToJson() - Method in class com.ibm.security.access.mobile.authentication.TotpEnrollment
-
- serializeToJson() - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
- serializeToJson() - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
- serializeToToken() - Method in class com.ibm.security.access.mobile.authentication.OAuthResult
-
- setAuthenticatorIdentifier(String) - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Sets the identifier of the authenticator.
- setChallengeData(HashMap<String, Object>) - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Set the challengeData of the mechanism.
- setChallengeData(HashMap<String, Object>) - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Set the challengeData of the mechanism.
- setChallengeData(HashMap<String, Object>) - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Set the challengeData of the mechanism.
- setChallengeData(HashMap<String, Object>) - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Set the challengeData of the mechanism.
- setClientSecret(String) - Method in class com.ibm.security.access.mobile.authentication.OAuthContext
-
Sets the secret between the service and the app.
- setConnectionTimeOut(int) - Method in class com.ibm.security.access.mobile.authentication.ChallengeContext
-
Sets the connection timeout to a specified timeout, in milliseconds.
- setContext(Context) - Method in class com.ibm.security.access.mobile.authentication.ContextHelper
-
Stores the context of the application and make it available within the SDK.
- setCreatedDate(Date) - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Set the transaction creation date.
- setDeviceToken(Context, String) - Method in class com.ibm.security.access.mobile.authentication.MfaRegistrationContext
-
Stores the device token for push notification into SharedPreferences.
- setEnabled(boolean) - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Set the flag to indicate whether the enrollment is enabled.
- setEnabled(boolean) - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Set the flag to indicate whether the enrollment challenge is enabled.
- setEnabled(boolean) - Method in class com.ibm.security.access.mobile.authentication.HotpEnrollment
-
Set the flag to indicate whether the enrollment is enabled.
- setEnabled(boolean) - Method in interface com.ibm.security.access.mobile.authentication.IEnrollment
-
- setEnabled(boolean) - Method in class com.ibm.security.access.mobile.authentication.TotpEnrollment
-
Set the flag to indicate whether the enrollment is enabled.
- setEnabled(boolean) - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Set the flag to indicate whether the enrollment challenge is enabled.
- setEnabled(boolean) - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Set the flag to indicate whether the enrollment challenge is enabled.
- setHostnameVerifier(HostnameVerifier) - Method in class com.ibm.security.access.mobile.authentication.ChallengeContext
-
Sets the HostnameVerifier
to use self-signed or unknown certificates for HttpsURLConnection
,
so that the host name is an acceptable match with the server's authentication scheme.
- setImageUrl(String) - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Set the fully-qualified URL of an image to use.
- setKeyHandle(String) - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Sets the key handle.
- setKeyHandle(String) - Method in interface com.ibm.security.access.mobile.authentication.IScimEnrollment
-
- setKeyHandle(String) - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Sets the key handle.
- setKeyHandle(String) - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Sets the key handle.
- setKeyName(String) - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Set the type's identifier, used to access the private key in the key store.
- setKeyName(String) - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Set the type's identifier, used to access the private key in the key store.
- setKeyName(String) - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Set the type's identifier, used to access the private key in the keystore.
- setKeyName(String) - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Set the type's identifier, used to access the private key in the keystore.
- setLocale(String) - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Set the locale of the biometric language definition
- setMessage(String) - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Set the associated message with the transaction.
- setPolicyEndpointUrl(String) - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Set the policy endpoint of the challenge mechanism.
- setPostbackUri(String) - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Set the postback URL of the mechanism.
- setPostbackUri(String) - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Set the postback URL of the mechanism.
- setPostbackUri(String) - Method in class com.ibm.security.access.mobile.authentication.HotpChallenge
-
The postback URI of the mechanism.
- setPostbackUri(String) - Method in interface com.ibm.security.access.mobile.authentication.IChallenge
-
- setPostbackUri(String) - Method in class com.ibm.security.access.mobile.authentication.TotpChallenge
-
The postback URI of the mechanism.
- setPostbackUri(String) - Method in class com.ibm.security.access.mobile.authentication.UsernamePasswordChallenge
-
The postback URI of the mechanism.
- setPostbackUri(String) - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
The postback URI of the mechanism.
- setPostbackUri(String) - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
The postback URI of the mechanism.
- setPublicKey(String) - Method in class com.ibm.security.access.mobile.authentication.FingerprintEnrollment
-
Sets the public key.
- setPublicKey(String) - Method in class com.ibm.security.access.mobile.authentication.UserPresenceEnrollment
-
Sets the public key.
- setPublicKey(String) - Method in class com.ibm.security.access.mobile.authentication.VoiceEnrollment
-
Sets the public key.
- setReadTimeOut(int) - Method in class com.ibm.security.access.mobile.authentication.ChallengeContext
-
Sets the read timeout to a specified timeout, in milliseconds.
- setSampelData(String) - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Sets the biometric sample data.
- setSampleIdentifier(int) - Method in class com.ibm.security.access.mobile.authentication.BiometricSampleEnrollment
-
Sets the identifier of the sample.
- setScope(String[]) - Method in class com.ibm.security.access.mobile.authentication.OAuthContext
-
Sets an array of String
of scopes to be authorized.
- setSslContext(SSLContext) - Method in class com.ibm.security.access.mobile.authentication.ChallengeContext
-
Sets the SSLContext
to use self-signed or unknown certificates for HttpsURLConnection
.
- setState(String) - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallenge
-
Set the unique identifier of the mechanism request.
- setState(String) - Method in class com.ibm.security.access.mobile.authentication.FingerprintChallengeWrapper
-
Set the unique identifier of the mechanism request.
- setState(String) - Method in class com.ibm.security.access.mobile.authentication.HotpChallenge
-
Set the unique identifier of the mechanism request.
- setState(String) - Method in interface com.ibm.security.access.mobile.authentication.IChallenge
-
- setState(String) - Method in class com.ibm.security.access.mobile.authentication.TotpChallenge
-
Set the unique identifier of the mechanism request.
- setState(String) - Method in class com.ibm.security.access.mobile.authentication.UsernamePasswordChallenge
-
Set the unique identifier of the mechanism request.
- setState(String) - Method in class com.ibm.security.access.mobile.authentication.UserPresenceChallenge
-
Set the unique identifier of the mechanism request.
- setState(String) - Method in class com.ibm.security.access.mobile.authentication.VoiceChallenge
-
Set the unique identifier of the mechanism request.
- setTransactionId(String) - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Set the unique identifier of the transaction.
- setType(String) - Method in class com.ibm.security.access.mobile.authentication.PendingTransaction
-
Set the type of transaction.
- sharedInstance() - Static method in class com.ibm.security.access.mobile.authentication.ChallengeContext
-
- sharedInstance() - Static method in class com.ibm.security.access.mobile.authentication.ContextHelper
-
- sharedInstance() - Static method in class com.ibm.security.access.mobile.authentication.MfaRegistrationContext
-
- sharedInstance() - Static method in class com.ibm.security.access.mobile.authentication.OAuthContext
-
Returns the shared defaults object.
- shouldRefresh() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-
The flag to indicate if the access token should be refreshed.
- signData(String, String) - Static method in class com.ibm.security.access.mobile.authentication.KeyStoreHelper
-
Using a key generated by the device to sign the value and return the encrypted result.
- signData(String, String, int) - Static method in class com.ibm.security.access.mobile.authentication.KeyStoreHelper
-
Using a key generated by the device to sign the value and return the encrypted result.
- signData(FingerprintManager.AuthenticationResult, String, int) - Method in class com.ibm.security.access.mobile.authentication.KeyStoreHelper
-
Using an authorozed key generated by the device to sign the value and return the encrypted result.
- store() - Method in class com.ibm.security.access.mobile.authentication.OAuthToken
-