Uses of Class
org.eclipse.higgins.rpps.core.tobj.AuthCredentialTO

Packages that use AuthCredentialTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
org.eclipse.higgins.rpps.core.tobj   
 

Uses of AuthCredentialTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core with parameters of type AuthCredentialTO
 org.eclipse.higgins.user.login.UserAccount IRppsService.authenticate(AuthCredentialTO authCredentialTO)
          Authenticate user by AuthCredentialTO.
 void IRppsService.getOTP(AuthCredentialTO authCredentialTO, String captchaId, String captchaResponse, String channel)
          Generate new one time password(OTP) and send it to user.
 AccessTokenTO IRppsService.signIn(AuthCredentialTO authCredentialTO)
          Authenticate user by AuthCredentialTO and start session with AccessTokenId.
 

Uses of AuthCredentialTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type AuthCredentialTO
 org.eclipse.higgins.user.login.UserAccount RppsService.authenticate(AuthCredentialTO authCredentialTO)
          Authenticate user by AuthCredentialTO.
 void RppsService.getOTP(AuthCredentialTO authCredentialTO, String captchaId, String captchaResponse, String channel)
           
 AccessTokenTO RppsService.signIn(AuthCredentialTO authCredentialTO)
           
 

Uses of AuthCredentialTO in org.eclipse.higgins.rpps.core.tobj
 

Subclasses of AuthCredentialTO in org.eclipse.higgins.rpps.core.tobj
 class SelectorAuthCredentialTO
           
 class UsernamePasswordAuthCredentialTO
          UsernamePasswordAuthCredential transfer object.