net.sf.jzeno.business
Interface UserManagerFacade

All Known Implementing Classes:
UserManagerFacadeImpl

public interface UserManagerFacade

This is the interface for the User Manager. The active user manager should also be specified in configuration.properties. You should specify the fully qualified class name of the concrete class implementing this interface. The only requirement on the business facade implementing this interface is that it is able to authenticate a user, based on username & password.


Method Summary
 User createAnonymousUser()
           This method should create a user object that represents anonymous users.
 

Method Detail

createAnonymousUser

User createAnonymousUser()

This method should create a user object that represents anonymous users. You must have an anonymous user (if only it will be used to visualize your login screen).