Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
custom_user_authentication [2017/12/24 01:46]
admin removed
— (current)
Line 1: Line 1:
-You may develop your own user authentication very easily. All you have to do is to create a java class inheriting from com.webmbt.AuthBase and implement __AuthCredential__[[edit=AuthCredential|?]](String userID_p, String password_p). That's it. 
  
-The user id and password are cached automatically by com.webmbt.AuthBase for performance.