responseAttributes.setStatus(HttpServletResponse.SC_OK);
principal = mapCert(certs); /* 定制从证书映射
到 Build Forge LDAP 主体的方法。*/
result = new Result(Result.UseridOnlyOID, domain, principal); /* Specify
the domain name of the LDAP server the principal exists in. */
return result;