Archive for October, 2009
Adding a Custom Login module to Pramati Server
Writing the Custom Login Module
Application servers typically ship with standard Login Module implementations. Application developers may want to write their own implementation and carry out authentication. The following steps need to be followed:
1. Writing the LoginModule interface (LoginContext API)
2. Writing UserManager Class (Pramati Specific Interface Implementation)
3. Configuring the LoginModule and UserManager with the server and [...]
