136137138139140141142
return authFuture = getUserAuthService().auth(identities, nextServiceName()); } } public AuthFuture authAgent(String user) throws IOException { return tryAuth(user, new UserAuthAgent(this, nextServiceName())); }