From portal-commits at lists.jboss.org Sat Mar 3 14:08:29 2007 Content-Type: multipart/mixed; boundary="===============6109368514904754460==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r6503 - in docs/trunk/referenceGuide/en: modules and 1 other directory. Date: Sat, 03 Mar 2007 14:08:29 -0500 Message-ID: --===============6109368514904754460== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: bdaw Date: 2007-03-03 14:08:28 -0500 (Sat, 03 Mar 2007) New Revision: 6503 Modified: docs/trunk/referenceGuide/en/master.xml docs/trunk/referenceGuide/en/modules/authentication.xml docs/trunk/referenceGuide/en/modules/identity.xml docs/trunk/referenceGuide/en/modules/ldap.xml docs/trunk/referenceGuide/en/modules/migration.xml docs/trunk/referenceGuide/en/modules/sso.xml Log: update Modified: docs/trunk/referenceGuide/en/master.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/master.xml 2007-03-03 19:04:10 UTC (rev 65= 02) +++ docs/trunk/referenceGuide/en/master.xml 2007-03-03 19:08:28 UTC (rev 65= 03) @@ -44,7 +44,7 @@ Boleslaw Dawidowicz - boleslaw.dawidowicz(a)jboss.com + boleslaw dot dawidowicz at redhat dot com Modified: docs/trunk/referenceGuide/en/modules/authentication.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/modules/authentication.xml 2007-03-03 19:0= 4:10 UTC (rev 6502) +++ docs/trunk/referenceGuide/en/modules/authentication.xml 2007-03-03 19:0= 8:28 UTC (rev 6503) @@ -3,7 +3,7 @@ Boleslaw Dawidowicz - boleslaw.dawidowicz at jboss dot com + boleslaw dot dawidowicz at redhat dot com Authentication Modified: docs/trunk/referenceGuide/en/modules/identity.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/modules/identity.xml 2007-03-03 19:04:10 U= TC (rev 6502) +++ docs/trunk/referenceGuide/en/modules/identity.xml 2007-03-03 19:08:28 U= TC (rev 6503) @@ -3,7 +3,7 @@ Boleslaw Dawidowicz - boleslaw.dawidowicz at jboss dot com + boleslaw dot dawidowicz at redhat dot com JBoss Portal Identity management @@ -777,11 +777,44 @@ Identity modules implementations - + Identity modules implementations related to LDAP are described= in this section + + Database modules + JBoss portal comes with a set of database related identity = modules implementations done using Hibernate - those are configured + by default. Those are not very + configurable in identity-config.xml file. Th= e reason is that to keep backwards compatibility of database schema with pr= evious + portal version, we reused most of hibernate implementation. If= you want to trigger hibernate mappings you should look into files in + jboss-portal.sar/conf/hibernate. Also those modules rely on hibernate SessionFactory= components + that are created in SessionFactoryBinder mbe= ans defined in jboss-portal.sar/META-INF/jboss-service.xml + Classes implementing identity modules: + + + org.jboss.portal.identity.db.Hibern= ateUserModuleImpl - implementaing UserModule interface + + + org.jboss.portal.identity.db.Hibern= ateRoleModuleImpl - implementaing RoleModule interface + + + org.jboss.portal.identity.db.Hibern= ateMembershipModuleImpl - implementaing MembershipModu= le interface + + + org.jboss.portal.identity.db.Hibern= ateUserProfileModuleImpl - implementaing UserProfileMo= dule interface + + + + For each of those modules you can alter two config options: + + + sessionFactoryJNDIName - JNDI name = under which hibernate SessionFactory object is registered + + + jndiName - JNDI name under which th= is module should be registered = + + + + + + Delegating UserProfile module + - - Possible configuration scenarios with LDAP and RDBMS - TODO: - - Modified: docs/trunk/referenceGuide/en/modules/ldap.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/modules/ldap.xml 2007-03-03 19:04:10 UTC (= rev 6502) +++ docs/trunk/referenceGuide/en/modules/ldap.xml 2007-03-03 19:08:28 UTC (= rev 6503) @@ -3,11 +3,13 @@ Boleslaw Dawidowicz - boleslaw.dawidowicz at jboss dot com + boleslaw dot dawidowicz at redhat dot com LDAP This chapter describes how to setup LDAP support in JBoss Portal<= /para> + To be able to fully understand this chapter you should study JBoss Portal Identity management and + Authentication chapters before<= /note> How to enable LDAP usage in JBoss Portal We'll describe here the simple steps that you'll need to enabl= e LDAP support in JBoss Portal. @@ -15,7 +17,7 @@ There are two ways to achieve this: - In + jboss-porta.sar/META-INF/jboss-serv= ice.xml in section: @@ -147,13 +149,13 @@ - - Place holder 2 - TODO: + + LDAP Identity Modules + TODO: - Place holder 3 - TODO: + Place holder 3 + TODO: = Modified: docs/trunk/referenceGuide/en/modules/migration.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/modules/migration.xml 2007-03-03 19:04:10 = UTC (rev 6502) +++ docs/trunk/referenceGuide/en/modules/migration.xml 2007-03-03 19:08:28 = UTC (rev 6503) @@ -8,7 +8,7 @@ Boleslaw Dawidowicz - boleslaw.dawidowicz at jboss dot com + boleslaw dot dawidowicz at redhat dot com Upgrading 2.4 - 2.6 Modified: docs/trunk/referenceGuide/en/modules/sso.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/modules/sso.xml 2007-03-03 19:04:10 UTC (r= ev 6502) +++ docs/trunk/referenceGuide/en/modules/sso.xml 2007-03-03 19:08:28 UTC (r= ev 6503) @@ -3,7 +3,7 @@ Boleslaw Dawidowicz - boleslaw.dawidowicz at jboss dot com + boleslaw dot dawidowicz at redhat dot com Single Sign ON --===============6109368514904754460==--