Uses of Class
org.nuxeo.runtime.api.login.NuxeoLoginContext
-
Packages that use NuxeoLoginContext Package Description org.nuxeo.ecm.core.bulk.action.computation org.nuxeo.ecm.core.event.impl Event Service implementation.org.nuxeo.ecm.core.scheduler org.nuxeo.ecm.core.scroll org.nuxeo.ecm.core.work org.nuxeo.ecm.platform.ui.web.auth org.nuxeo.ecm.platform.ui.web.auth.service org.nuxeo.runtime.api org.nuxeo.runtime.api.login -
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.bulk.action.computation
Methods in org.nuxeo.ecm.core.bulk.action.computation that return NuxeoLoginContext Modifier and Type Method Description protected 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 Modifier and Type Field Description protected NuxeoLoginContext
ReconnectedEventBundleImpl. loginCtx
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.scheduler
Methods in org.nuxeo.ecm.core.scheduler that return NuxeoLoginContext Modifier and Type Method Description protected NuxeoLoginContext
EventJob. loginSystemOrUser(String username)
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.scroll
Fields in org.nuxeo.ecm.core.scroll declared as NuxeoLoginContext Modifier and Type Field Description protected NuxeoLoginContext
RepositoryScroll. loginContext
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.core.work
Fields in org.nuxeo.ecm.core.work declared as NuxeoLoginContext Modifier and Type Field Description protected NuxeoLoginContext
AbstractWork. loginContext
-
Uses of NuxeoLoginContext in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth that return NuxeoLoginContext Modifier and Type Method Description static NuxeoLoginContext
NuxeoAuthenticationFilter. loginAs(String username)
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 Modifier and Type Method Description NuxeoLoginContext
LoginAsImpl. loginAs(String username)
-
Uses of NuxeoLoginContext in org.nuxeo.runtime.api
Methods in org.nuxeo.runtime.api that return NuxeoLoginContext Modifier and Type Method Description static 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
Framework. loginUser(String username)
Login as the given user.Method parameters in org.nuxeo.runtime.api with type arguments of type NuxeoLoginContext Modifier and Type Method Description protected 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 NuxeoLoginContext Modifier and Type Method Description static NuxeoLoginContext
NuxeoLoginContext. create(Principal principal)
Creates aNuxeoLoginContext
for the given principal.NuxeoLoginContext
LoginComponent. login()
NuxeoLoginContext
LoginComponent. login(String username, Object credentials)
Deprecated.NuxeoLoginContext
LoginService. login()
System login, using a private principal that has all privileges.NuxeoLoginContext
LoginService. login(String username, Object credentials)
Deprecated.since 11.1, useFramework.loginUser(java.lang.String)
insteadNuxeoLoginContext
LoginAs. loginAs(String username)
Perform the Login As.NuxeoLoginContext
LoginComponent. loginAs(String username)
NuxeoLoginContext
LoginService. loginAs(String originatingUser)
System login, using a private principal that has all privileges.protected NuxeoLoginContext
LoginComponent. systemLogin(String originatingUser)
-