|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAuthenticationManager
Method Summary | |
---|---|
MUserBean |
create(MUserBean user,
MAuthenticationBean authentication)
create myMed user profile |
MUserBean |
read(java.lang.String login,
java.lang.String password)
authentication |
void |
update(java.lang.String id,
MAuthenticationBean authentication)
update myMed user profile : Authentication Table (password) |
Method Detail |
---|
MUserBean create(MUserBean user, MAuthenticationBean authentication) throws InternalBackEndException, IOBackEndException
user
- authentication
-
InternalBackEndException
IOBackEndException
MUserBean read(java.lang.String login, java.lang.String password) throws InternalBackEndException, IOBackEndException
login
- password
-
InternalBackEndException
IOBackEndException
void update(java.lang.String id, MAuthenticationBean authentication) throws InternalBackEndException, IOBackEndException
authentication
-
InternalBackEndException
IOBackEndException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |