public class LoginDao extends Dao
Constructor and Description |
---|
LoginDao(LoginHandlerAsync rpcService) |
Modifier and Type | Method and Description |
---|---|
void |
authenticate(AuthToken[] tokens,
<any> callback) |
void |
getRequiredClientModules(<any> callback) |
void |
isAuthenticated(<any> callback) |
void |
logoff(<any> callback) |
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtos
public LoginDao(LoginHandlerAsync rpcService)
public void isAuthenticated(<any> callback)
public void logoff(<any> callback)
public void authenticate(AuthToken[] tokens, <any> callback)
public void getRequiredClientModules(<any> callback)