From do-not-reply at jboss.org Mon Jan 2 07:08:01 2012 Content-Type: multipart/mixed; boundary="===============8319964948060918262==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r8270 - portal/trunk/docs/reference-guide/en-US/modules/AuthenticationAndIdentity. Date: Mon, 02 Jan 2012 07:08:01 -0500 Message-ID: <201201021208.q02C81oG008039@svn01.web.mwc.hst.phx2.redhat.com> --===============8319964948060918262== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mposolda Date: 2012-01-02 07:08:00 -0500 (Mon, 02 Jan 2012) New Revision: 8270 Modified: portal/trunk/docs/reference-guide/en-US/modules/AuthenticationAndIdentit= y/AuthenticationAuthorizationOverview.xml Log: Added info about CustomMembershipLoginModule and SVN location of existing l= ogin modules Modified: portal/trunk/docs/reference-guide/en-US/modules/AuthenticationAnd= Identity/AuthenticationAuthorizationOverview.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 --- portal/trunk/docs/reference-guide/en-US/modules/AuthenticationAndIdenti= ty/AuthenticationAuthorizationOverview.xml 2011-12-29 06:53:16 UTC (rev 826= 9) +++ portal/trunk/docs/reference-guide/en-US/modules/AuthenticationAndIdenti= ty/AuthenticationAuthorizationOverview.xml 2012-01-02 12:08:00 UTC (rev 827= 0) @@ -264,7 +264,41 @@ on JBoss AS level. + + + CustomMembershipLoginModule - special login module, which is disabled (commented) by default. + It can be used to add user to some existing group duri= ng successful login of this user. Name of group is configurable and by defa= ult it's /platform/users + group. Login module is commented because in normal env= ironment, users are already in /platform/users group. + It's useful only for some special setups like read-onl= y LDAP, where groups of ldap user are taken from ldap tree and so that user= s may not be in /platform/users + group, which is needed for successful authorization. + + +
+ SVN location of login modules + + Some modules are specific for portal, but some are used= also by eXo JCR and so they are part of eXo core module. + + + + + PortalLoginModule - is locate= d in &PRODUCT; sources in http://anonsvn.jboss= .org/repos/gatein/portal/trunk/component/web/security/ + + + + + SharedStateLoginModule, JbossLoginModule= - these are located in eXo core sources in + http://anons= vn.jboss.org/repos/exo-jcr/core/trunk/exo.core.component.security.core/ + + + + + CustomMembershipLoginModule -= located in &PRODUCT; sources in module for identity integration - + http://anonsvn.jboss.org/= repos/gatein/portal/trunk/component/identity/ + + + +
Creating your own login module --===============8319964948060918262==--