[
https://issues.apache.org/jira/browse/CONNECTORS-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697141#comment-13697141
]
Maciej Lizewski commented on CONNECTORS-703:
--------------------------------------------
Cannot build with maven from current trunk... getting:
[compiler:compile]
Compiling 1 source file to manifoldcf\framework\authority-servlet\target\classes
-------------------------------------------------------------
COMPILATION ERROR :
-------------------------------------------------------------
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[27,47] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[408,20] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[410,31] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[411,33] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[411,32] error: type
RequestQueue does not take parameters
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[417,6] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[419,19] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[419,18] error: type
RequestQueue does not take parameters
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[420,18] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[473,31] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[474,32] error: type
RequestQueue does not take parameters
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[482,18] error: type
RequestQueue does not take parameters
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[483,18] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[141,19] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[141,18] error: type
RequestQueue does not take parameters
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[141,60] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[148,18] error: type
RequestQueue does not take parameters
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[158,6] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[158,53] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[161,6] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[169,17] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[169,70] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[172,17] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[172,73] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[175,11] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[195,25] error:
constructor AuthRequest in class AuthRequest cannot be applied to given types;
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[201,26] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[203,12] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[209,30] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[212,46] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[221,8] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[227,8] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[227,32] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[272,11] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[279,11] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[435,8] error:
cannot find symbol
org/apache/manifoldcf/authorityservlet/UserACLServlet.java:[498,8] error:
cannot find symbol
37 errors
-------------------------------------------------------------
------------------------------------------------------------------------
BUILD FAILURE
> add username mappers functionality
> ----------------------------------
>
> Key: CONNECTORS-703
> URL: https://issues.apache.org/jira/browse/CONNECTORS-703
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Authority Service
> Affects Versions: ManifoldCF 1.3
> Reporter: Maciej Lizewski
> Assignee: Karl Wright
> Fix For: ManifoldCF 1.3
>
>
> If we deal with many auth sources there will be for sure need to map provided
> username to user id specific for particular auth source. As I remember - in
> book there is a note that this is the auth connector responsibility, but it
> means that in different scenarios we need different connectors (for example:
> in one scenario provided username is e-mail, in other - just login. You
> cannot use same auth connector in both cases).
> we should be able to configure "username mapper" for auth connector which may
> be simple regexp mapper or custom class providing mapping interface with more
> complex logic.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira