ESET Secure Authentication SDK documentation
 All Classes Functions Variables
Public Member Functions | List of all members
com.eset.secureauthentication.sdk.IUserStorage Interface Reference
Inheritance diagram for com.eset.secureauthentication.sdk.IUserStorage:
com.eset.secureauthentication.sdk.examples.InMemoryUserStorage

Public Member Functions

String loadUser (String username)
 
String saveUser (String username, String data)
 

Member Function Documentation

String com.eset.secureauthentication.sdk.IUserStorage.loadUser ( String  username)

Load a user.

Parameters
usernamethe ID of the user
Returns
JSON string representing user data

Implemented in com.eset.secureauthentication.sdk.examples.InMemoryUserStorage.

String com.eset.secureauthentication.sdk.IUserStorage.saveUser ( String  username,
String  data 
)

Save a user.

Parameters
usernamethe ID of the user
dataJSON string representing user data
Returns
void

Implemented in com.eset.secureauthentication.sdk.examples.InMemoryUserStorage.


The documentation for this interface was generated from the following file: