forgerock-authenticator
4.8.0
forgerock-authenticator
org.
forgerock.
android.
auth
Account
Account
Builder
Authenticator
Manager
Default
Storage
Client
FRAClient
FRAClient
Builder
FRAListener
FRAPolicy
Evaluator
FRAPolicy
Evaluator
Builder
Result
HOTPMechanism
HOTPBuilder
Mechanism
Mechanism
Factory
Mechanism
Parser
Model
Object
Notification
Factory
Oath
Code
Generator
Oath
Factory
Oath
Mechanism
Oath
Builder
Token
Type
HOTP
TOTP
Oath
Parser
Oath
Token
Code
Push
Device
Token
Push
Device
Token
Manager
Push
Factory
Push
Mechanism
Push
Builder
Push
Notification
Push
Notification
Builder
Push
Parser
Push
Responder
Push
Type
DEFAULT
CHALLENGE
BIOMETRIC
Storage
Client
TOTPMechanism
TOTPBuilder
org.
forgerock.
android.
auth.
exception
Account
Lock
Exception
Authenticator
Exception
Challenge
Response
Exception
Duplicate
Mechanism
Exception
Invalid
Notification
Exception
Invalid
Policy
Exception
Mechanism
Creation
Exception
Mechanism
Parsing
Exception
Mechanism
Policy
Violation
Exception
Mechanism
Update
Push
Token
Exception
Oath
Mechanism
Exception
Push
Mechanism
Exception
org.
forgerock.
android.
auth.
policy
Biometric
Available
Policy
Device
Tampering
Policy
FRAPolicy
org.
forgerock.
android.
auth.
util
Base32String
Decoding
Exception
Device
Utils
Request
Builder
Builder
Time
Keeper
Url
Utils
forgerock-authenticator
/
org.forgerock.android.auth.exception
/
DuplicateMechanismException
Duplicate
Mechanism
Exception
open
class
DuplicateMechanismException
:
MechanismCreationException
Represents an error in setting up a mechanism, caused by a matching mechanism already existing.
Members
Constructors
Duplicate
Mechanism
Exception
Link copied to clipboard
constructor
(
detailMessage
:
String
,
cause
:
Mechanism
)
Create a new exception containing a message.
Properties
cause
Link copied to clipboard
private
open
var
cause
:
Mechanism
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Cause
Link copied to clipboard
open
fun
getCause
(
)
:
Throwable
get
Causing
Mechanism
Link copied to clipboard
open
fun
getCausingMechanism
(
)
:
Mechanism
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p
:
Array
<
StackTraceElement
>
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String