The visitor manager (defining the users who log on to the site) must be set up in both the back-office application (CMS) and the front-office application (site).
The choice of manager for the 2 applications must therefore be consistent.
The table below summarizes the possible correspondences for the back-office and front-office user manager.
Extension org.ametys.runtime.user.UsersManager.FO (back-office application) | Extension org.ametys.runtime.user.UsersManager (front-office application) |
---|---|
org.ametys.web.frontoffice.DefaultFrontOfficeUsersManager | Same value as org.ametys.runtime.user.UsersManager back office |
org.ametys.web.frontoffice.user.Jdbc | org.ametys.plugins.site.users.Jdbc |
org.ametys.web.frontoffice.user.ModifiableJdbc | org.ametys.plugins.site.users.Jdbc org.ametys.plugins.site.users.ModifiableJdbc |
org.ametys.web.frontoffice.user.CredentialsAwareJdbc | org.ametys.plugins.site.users.CredentialsAwareJdbc |
org.ametys.web.frontoffice.user.ModifiableCredentialsAwareJdbc | org.ametys.plugins.site.users.CredentialsAwareJdbc org.ametys.plugins.site.users.ModifiableCredentialsAwareJdbc |
org.ametys.web.frontoffice.user.SiteAwareJdbc | org.ametys.plugins.site.users.SiteJdbc |
org.ametys.web.frontoffice.user.ModifiableSiteAwareJdbco | org.ametys.plugins.site.users.SiteModifiableJdbc |
org.ametys.web.frontoffice.user.CredentialsAwareSiteAwareJdbc | org.ametys.plugins.site.users.SiteCredentialsAwareJdbc |
org.ametys.web.frontoffice.user.ModifiableCredentialsAwareSiteAwareJdbc | org.ametys.plugins.site.users.SiteCredentialsAwareJdbc org.ametys.plugins.site.users.SiteModifiableCredentialsAwareJdbc |
org.ametys.web.frontoffice.Ldap | org.ametys.runtime.plugins.core.Ldap |
org.ametys.web.frontoffice.Ldap | org.ametys.runtime.plugins.core.CredentialsAwareLdap |
org.ametys.web.frontoffice.LdapAndSqlFrontOfficeUsersManager | org.ametys.plugins.site.users.CredentialsAwareLdapAndJdbc |
org.ametys.web.frontoffice.LdapAndSqlFrontOfficeSiteAwareUsersManager | org.ametys.plugins.site.users.SiteCredentialsAwareLdapAndJdbc |