|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.business.UserManagerFacadeImpl
public class UserManagerFacadeImpl
Constructor Summary | |
---|---|
UserManagerFacadeImpl()
|
Method Summary | |
---|---|
User |
authenticate(java.lang.String userName,
java.lang.String password)
|
User |
createAnonymousUser()
This method should create a user object that represents anonymous users. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserManagerFacadeImpl()
Method Detail |
---|
public User authenticate(java.lang.String userName, java.lang.String password)
public User createAnonymousUser()
UserManagerFacade
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).
createAnonymousUser
in interface UserManagerFacade
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |