什么是SSO身份验证接触点?

时间:2010-10-23 08:38:25

标签: java spring single-sign-on alfresco surf

我发现NTLMAuthenticationFilter.java中有以下代码用于露天共享SSO身份验证:

   Response remoteRes;
   if (cachedNtlm)
   {
       Connector conn = connectorService.getConnector(this.endpoint, session);
       ConnectorContext ctx = new ConnectorContext(null, getConnectionHeaders(conn));
       remoteRes = conn.call("/touch", ctx, req, null);
   }
   else
   {
       Connector conn = connectorService.getConnector(this.endpoint, AuthenticationUtil.getUserId(req),
               session);
       ConnectorContext ctx = new ConnectorContext();
       remoteRes = conn.call("/touch", ctx);
   }

我发现alfresco / wcs / touch的描述是: SSO认证接触点,那么接触点用于什么?它是如何与SSO一起使用的?

有人能指出方向或参考吗?谢谢!

1 个答案:

答案 0 :(得分:-1)

你可以清楚地解释一下你的问题......

你想要实现的目标...... SSO?

请查看此pdf

http://www.ultra-scan.com/Portals/16/TouchPoint%20Healthcare%201-27-06.pdf

此致 克里希纳