222324252627282930313233
{ if(signInType != null) { if(signInType.equals("readitlater")) { ReadItLaterService rService = new ReadItLaterServiceImpl(); if(rService.authenticate(name, password)) { return VIEW_SIGNIN_SUCCESS; } } }