Uses of Interface
org.nuxeo.runtime.api.login.Authenticator
-
Packages that use Authenticator Package Description org.nuxeo.ecm.multi.tenant org.nuxeo.ecm.platform.computedgroups org.nuxeo.ecm.platform.usermanager -
-
Uses of Authenticator in org.nuxeo.ecm.multi.tenant
Classes in org.nuxeo.ecm.multi.tenant that implement Authenticator Modifier and Type Class Description class
MultiTenantUserManager
-
Uses of Authenticator in org.nuxeo.ecm.platform.computedgroups
Classes in org.nuxeo.ecm.platform.computedgroups that implement Authenticator Modifier and Type Class Description class
UserManagerWithComputedGroups
UserManager
implementation that is aware ofComputedGroup
. -
Uses of Authenticator in org.nuxeo.ecm.platform.usermanager
Subinterfaces of Authenticator in org.nuxeo.ecm.platform.usermanager Modifier and Type Interface Description interface
UserManager
Classes in org.nuxeo.ecm.platform.usermanager that implement Authenticator Modifier and Type Class Description class
FakeUserManagerImpl
class
UserManagerImpl
Standard implementation of the Nuxeo UserManager.
-