com.mymed.controller.core.manager.authentication
Interface IAuthenticationManager

All Known Implementing Classes:
AuthenticationManager

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

create

MUserBean create(MUserBean user,
                 MAuthenticationBean authentication)
                 throws InternalBackEndException,
                        IOBackEndException
create myMed user profile

Parameters:
user -
authentication -
Returns:
Throws:
InternalBackEndException
IOBackEndException

read

MUserBean read(java.lang.String login,
               java.lang.String password)
               throws InternalBackEndException,
                      IOBackEndException
authentication

Parameters:
login -
password -
Returns:
Throws:
InternalBackEndException
IOBackEndException

update

void update(java.lang.String id,
            MAuthenticationBean authentication)
            throws InternalBackEndException,
                   IOBackEndException
update myMed user profile : Authentication Table (password)

Parameters:
authentication -
Throws:
InternalBackEndException
IOBackEndException