Visitor manager correspondence table


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.DefaultFrontOfficeUsersManagerSame value as org.ametys.runtime.user.UsersManager back office
org.ametys.web.frontoffice.user.Jdbcorg.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.CredentialsAwareJdbcorg.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.SiteAwareJdbcorg.ametys.plugins.site.users.SiteJdbc
org.ametys.web.frontoffice.user.ModifiableSiteAwareJdbcoorg.ametys.plugins.site.users.SiteModifiableJdbc
org.ametys.web.frontoffice.user.CredentialsAwareSiteAwareJdbcorg.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.Ldaporg.ametys.runtime.plugins.core.Ldap
org.ametys.web.frontoffice.Ldaporg.ametys.runtime.plugins.core.CredentialsAwareLdap
org.ametys.web.frontoffice.LdapAndSqlFrontOfficeUsersManagerorg.ametys.plugins.site.users.CredentialsAwareLdapAndJdbc
org.ametys.web.frontoffice.LdapAndSqlFrontOfficeSiteAwareUsersManagerorg.ametys.plugins.site.users.SiteCredentialsAwareLdapAndJdbc
Back to top