A C D G I L M O P R S T U V

L

Login - Interface in org.domain.rhims.backing
The Login interface provides a means for validating/authenticating users when they first login to the system (i.e.
login() - Method in interface org.domain.rhims.backing.Login
 
login() - Method in class org.domain.rhims.backing.LoginBackingBean
This method performs the actual user authentication based on the username and password that are obtained from the Credentials.
LoginBackingBean - Class in org.domain.rhims.backing
This class is used as a backing bean for the Login page.
LoginBackingBean() - Constructor for class org.domain.rhims.backing.LoginBackingBean
 
LoginTest - Class in org.domain.rhims.test
 
LoginTest() - Constructor for class org.domain.rhims.test.LoginTest
 
loginUser(String, String) - Method in interface org.domain.rhims.manager.UserManager
This method attempts to login a user by verifying that they exist in the application's persistence means.
loginUser(String, String) - Method in class org.domain.rhims.manager.UserManagerAction
 

A C D G I L M O P R S T U V