Uses of Class
org.nuxeo.runtime.api.login.NuxeoLoginContext
Package
Description
Event Service implementation.
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.bulk.action.computation
Modifier and TypeMethodDescriptionprotected NuxeoLoginContext
AbstractBulkComputation.loginSystemOrUser
(String username) -
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.event.impl
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.scheduler
Modifier and TypeMethodDescriptionprotected NuxeoLoginContext
EventJob.loginSystemOrUser
(String username) -
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.scroll
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.work
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.platform.ui.web.auth
Modifier and TypeMethodDescriptionstatic NuxeoLoginContext
Does a forced login as the given user. -
Uses of NuxeoLoginContext in org.nuxeo.ecm.platform.ui.web.auth.service
-
Uses of NuxeoLoginContext in org.nuxeo.runtime.api
Modifier and TypeMethodDescriptionstatic NuxeoLoginContext
Framework.loginSystem()
Login as the system user (with no originating user).static NuxeoLoginContext
Framework.loginSystem
(String originatingUser) Login as the system user, remembering the originating user.static NuxeoLoginContext
Login as the given user.Modifier and TypeMethodDescriptionprotected static <T,
E extends Throwable>
TFramework.loginAndDo
(ThrowableSupplier<NuxeoLoginContext, LoginException> authSupplier, ThrowableSupplier<T, E> supplier) Logs in the Nuxeo platform using the givenauthSupplier
, then gets the givensupplier
before logging out. -
Uses of NuxeoLoginContext in org.nuxeo.runtime.api.login
Modifier and TypeMethodDescriptionstatic NuxeoLoginContext
Creates aNuxeoLoginContext
for the given principal.LoginComponent.login()
Deprecated.LoginService.login()
System login, using a private principal that has all privileges.Deprecated.Perform the Login As.System login, using a private principal that has all privileges.protected NuxeoLoginContext
LoginComponent.systemLogin
(String originatingUser)
Framework.loginUser(java.lang.String)
instead