Differences

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

Link to this comparison view

Next revision
Previous revision
custom_user_authentication [2016/09/22 02:35]
127.0.0.1 external edit
— (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.