Differences

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

Link to this comparison view

custom_user_authentication [2016/09/22 02:35] – external edit 127.0.0.1custom_user_authentication [2017/12/24 01:46] (current) – removed admin
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.