Aaron Evans wrote:
I have implemented a custom security SPI to use our ldap schema for
users, groups and roles.  I would now like to also have user attributes
stored and retrieved to/from LDAP.

Could someone tell me which interface I need to implement and which spring
config component to change?

I started poking around, but couldn't find it.

interface in jetspeed-api:

org.apache.jetspeed.userinfo.UserInfoManager

2 impls found are under the 'portal' component

See the Spring assembly, userinfo.xml

<!-- Single Source User Info -->
  <bean id="org.apache.jetspeed.userinfo.UserInfoManager"
           class="org.apache.jetspeed.userinfo.impl.UserInfoManagerImpl"
  >
<constructor-arg index="0"><ref bean="org.apache.jetspeed.security.UserManager"/></constructor-arg> <constructor-arg index="1"><ref bean="org.apache.jetspeed.components.portletregistry.PortletRegistry"/></constructor-arg>
  </bean>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to