Closed GoogleCodeExporter closed 8 years ago
Max Ziff writes:
Description:
The main thrust of this change is to add domain to the
AuthenticationIdentity SPI interface, and to add plumbing so that if a
Domain is specified in the authenticate servlet call, then it gets sent
down to the Connector.
The GSA is now supplying domain (as of cl 10484431). I first verified
that this will not bother an older Connector Manager that doesn't know
about domain. It just sleepily ignores the Domain element in the xml.
This CL is a candidate for down-integration into 1.3.x
Description:
The main thrust of this change is to add domain to the
AuthenticationIdentity SPI interface, and to add plumbing so that if a
Domain is specified in the authenticate servlet call, then it gets sent
down to the Connector.
My apologies for using Rietveld instead of gvn -- my gvn install is
broken and I need to get this change in soon. Thanks for working with
me.
The GSA is now supplying domain (as of cl 10484431). I first verified
that this will not bother an older Connector Manager that doesn't know
about domain. It just sleepily ignores the Domain element in the xml.
This CL is a candidate for down-integration into 1.3.x
Changes committed to the trunk as revision r1591:
Author: max ziff
Date: Mon Mar 16 10:47:59 2009
New Revision: 1591
Added:
trunk/projects/connector-manager/source/java/com/google/enterprise/connecto
r/spi/SimpleAuthenticationIdentity.java
trunk/projects/connector-manager/source/javatests/com/google/enterprise/con
nector/spi/SimpleAuthenticationIdentityTest.java
Removed:
trunk/projects/connector-manager/source/java/com/google/enterprise/connecto
r/manager/UserPassIdentity.java
trunk/projects/connector-manager/source/javatests/com/google/enterprise/con
nector/manager/UserPassIdentityTest.java
Modified:
trunk/projects/connector-manager/source/java/com/google/enterprise/connecto
r/manager/Manager.java
trunk/projects/connector-manager/source/java/com/google/enterprise/connecto
r/manager/ProductionManager.java
trunk/projects/connector-manager/source/java/com/google/enterprise/connecto
r/servlet/Authenticate.java
trunk/projects/connector-manager/source/java/com/google/enterprise/connecto
r/servlet/ServletUtil.java
trunk/projects/connector-manager/source/java/com/google/enterprise/connecto
r/spi/AuthenticationIdentity.java
trunk/projects/connector-manager/source/javatests/com/google/enterprise/con
nector/jcr/JcrAuthenticationManagerTest.java
trunk/projects/connector-manager/source/javatests/com/google/enterprise/con
nector/jcr/JcrAuthorizationManagerTest.java
trunk/projects/connector-manager/source/javatests/com/google/enterprise/con
nector/jcr/JcrConnector.java
trunk/projects/connector-manager/source/javatests/com/google/enterprise/con
nector/manager/MockManager.java
trunk/projects/connector-manager/source/javatests/com/google/enterprise/con
nector/pusher/DocPusherTest.java
trunk/projects/connector-manager/source/javatests/com/google/enterprise/con
nector/servlet/AuthenticateTest.java
Log: http://codereview.appspot.com/28043
Original comment by Brett.Mi...@gmail.com
on 16 Mar 2009 at 7:16
Committed to the 1.3.x change branch as revision r1592
Original comment by Brett.Mi...@gmail.com
on 16 Mar 2009 at 7:24
See also:
Livelink Connector Issue 17:
http://code.google.com/p/google-enterprise-connector-otex/issues/detail?id=17
Documentum Connector Issue 34:
http://code.google.com/p/google-enterprise-connector-dctm/issues/detail?id=34
Sharepoint Connector Issues 56, 58, 44:
http://code.google.com/p/google-enterprise-connector-sharepoint/issues/list?can=
1&q=domain
Original comment by Brett.Mi...@gmail.com
on 16 Mar 2009 at 9:26
Original comment by Brett.Mi...@gmail.com
on 17 Mar 2009 at 10:31
Original comment by mgron...@gmail.com
on 29 Apr 2009 at 9:01
Original comment by mgron...@gmail.com
on 29 Apr 2009 at 11:24
Original comment by Brett.Mi...@gmail.com
on 16 May 2009 at 9:22
Original issue reported on code.google.com by
Brett.Mi...@gmail.com
on 16 Mar 2009 at 7:09