authResult = UserManagerUtil.authenticateByUserId( company.getCompanyId(), login, password );
}
try {
PrincipalFinder principalFinder =
(PrincipalFinder)InstancePool.get(
PropsUtil.get(PropsUtil.PRINCIPAL_FINDER));
userId = principalFinder.fromLiferay(userId);
}
catch (Exception e) {
}
if (authResult == Authenticator.SUCCESS) {