|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |