|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||

| Method Summary | |
boolean |
authenticate(IUser user,
java.lang.String _login,
java.lang.String _password)
Return the registration result of this user and keep in the local. |
IUser |
authenticate(java.lang.String _login,
java.lang.String _password)
Return a IUser object if the user with the given login and password is registered. |
java.util.Collection |
getUsers()
Return the collection of all the IUser |
| Methods inherited from interface com.ideo.sweetdev.core.service.IService |
configure, getServiceName, init, refresh |
| Method Detail |
public IUser authenticate(java.lang.String _login,
java.lang.String _password)
throws TechnicalException,
FunctionalException
TechnicalException - exception
FunctionalException - exception_login - String_password - String
public boolean authenticate(IUser user,
java.lang.String _login,
java.lang.String _password)
TechnicalException
FunctionalExceptionuser - _login - _password -
public java.util.Collection getUsers()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||