public interface TransientStorage
Modifier and Type | Method and Description |
---|---|
<T> T |
get()
Retrieve current transient object value
|
void |
set(Object entry)
Set current transient data entry.
|
<T> T get()
T
- Transient object typevoid set(Object entry)
entry
- Transient object value (i.e. object that encapsulates password and SCA challenge result)Copyright © 2020. All rights reserved.