SASLOTPProfile.getUserDatabase()
Status: Beta
Brought to you by:
huston
...should be public
When I want to add or get a new user I must to use the
following:
SASLOTPProfile.getUserDatabase().addUser(uname,
method, hash, seed, seq);
SASLOTPProfile.getUserDatabase().getUser( uname );
but I cannot because the getUserDatabase() is friendly.
You have any other solution for this?