This is an old revision of the document!
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?(String userID_p, String password_p). That's it.
The user id and password are cached automatically by com.webmbt.AuthBase for performance.