org.domain.rhims.backing
Interface Login

All Known Implementing Classes:
LoginBackingBean

public interface Login

The Login interface provides a means for validating/authenticating users when they first login to the system (i.e. determine if they are an administrator or just a regular user). The login() method is called by Seam's built in authentication system (configured in components.xml).

Author:
Mitch Williams

Method Summary
 boolean login()
           
 

Method Detail

login

boolean login()