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 NuxeoLoginContextAbstractBulkComputation. 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 NuxeoLoginContextReconnectedEventBundleImpl. 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 NuxeoLoginContextEventJob. 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 NuxeoLoginContextRepositoryScroll. 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 NuxeoLoginContextAbstractWork. 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 NuxeoLoginContextNuxeoAuthenticationFilter. 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 NuxeoLoginContextLoginAsImpl. 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 NuxeoLoginContextFramework. loginSystem()Login as the system user (with no originating user).static NuxeoLoginContextFramework. loginSystem(String originatingUser)Login as the system user, remembering the originating user.static NuxeoLoginContextFramework. 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 givensupplierbefore 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 NuxeoLoginContextNuxeoLoginContext. create(Principal principal)Creates aNuxeoLoginContextfor the given principal.NuxeoLoginContextLoginComponent. login()NuxeoLoginContextLoginComponent. login(String username, Object credentials)Deprecated.NuxeoLoginContextLoginService. login()System login, using a private principal that has all privileges.NuxeoLoginContextLoginService. login(String username, Object credentials)Deprecated.since 11.1, useFramework.loginUser(java.lang.String)insteadNuxeoLoginContextLoginAs. loginAs(String username)Perform the Login As.NuxeoLoginContextLoginComponent. loginAs(String username)NuxeoLoginContextLoginService. loginAs(String originatingUser)System login, using a private principal that has all privileges.protected NuxeoLoginContextLoginComponent. systemLogin(String originatingUser)
-