Uses of Class
org.nuxeo.runtime.api.login.NuxeoLoginContext
Packages that use NuxeoLoginContext
Package
Description
Event Service implementation.
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.bulk.action.computation
Methods in org.nuxeo.ecm.core.bulk.action.computation that return NuxeoLoginContextModifier and TypeMethodDescriptionprotected NuxeoLoginContext
AbstractBulkComputation.loginSystemOrUser
(String username) -
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.event.impl
Fields in org.nuxeo.ecm.core.event.impl declared as NuxeoLoginContext -
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.scheduler
Methods in org.nuxeo.ecm.core.scheduler that return NuxeoLoginContextModifier and TypeMethodDescriptionprotected NuxeoLoginContext
EventJob.loginSystemOrUser
(String username) -
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.scroll
Fields in org.nuxeo.ecm.core.scroll declared as NuxeoLoginContext -
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.work
Fields in org.nuxeo.ecm.core.work declared as NuxeoLoginContext -
Uses of NuxeoLoginContext in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth that return NuxeoLoginContextModifier and TypeMethodDescriptionstatic NuxeoLoginContext
Does a forced login as the given user. -
Uses of NuxeoLoginContext in org.nuxeo.ecm.platform.ui.web.auth.service
Methods in org.nuxeo.ecm.platform.ui.web.auth.service that return NuxeoLoginContext -
Uses of NuxeoLoginContext in org.nuxeo.runtime.api
Methods in org.nuxeo.runtime.api that return NuxeoLoginContextModifier 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.Method parameters in org.nuxeo.runtime.api with type arguments of type NuxeoLoginContextModifier 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
Methods in org.nuxeo.runtime.api.login that return NuxeoLoginContextModifier 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