Uses of Class
com.mymed.model.data.session.MAuthenticationBean

Packages that use MAuthenticationBean
com.mymed.controller.core.manager.authentication   
com.mymed.controller.core.manager.registration   
 

Uses of MAuthenticationBean in com.mymed.controller.core.manager.authentication
 

Methods in com.mymed.controller.core.manager.authentication with parameters of type MAuthenticationBean
 MUserBean AuthenticationManager.create(MUserBean user, MAuthenticationBean authentication)
           
 MUserBean IAuthenticationManager.create(MUserBean user, MAuthenticationBean authentication)
          create myMed user profile
 void AuthenticationManager.update(java.lang.String id, MAuthenticationBean authentication)
           
 void IAuthenticationManager.update(java.lang.String id, MAuthenticationBean authentication)
          update myMed user profile : Authentication Table (password)
 

Uses of MAuthenticationBean in com.mymed.controller.core.manager.registration
 

Methods in com.mymed.controller.core.manager.registration with parameters of type MAuthenticationBean
 void IRegistrationManager.create(MUserBean user, MAuthenticationBean authentication)
           
 void RegistrationManager.create(MUserBean user, MAuthenticationBean authentication)