Package | Description |
---|---|
jenkins.security | |
jenkins.util |
Modifier and Type | Class and Description |
---|---|
class |
ImpersonatingExecutorService
Uses
ACL.impersonate(Authentication) for all tasks. |
class |
ImpersonatingScheduledExecutorService
Variant of
ImpersonatingExecutorService for scheduled services. |
class |
SecurityContextExecutorService
Creates a delegating
ExecutorService
implementation whose submit and related methods capture the current
SecurityContext and then wrap any runnable/callable objects in another
runnable/callable that sets the context before execution and resets it
afterwards. |
Modifier and Type | Class and Description |
---|---|
class |
ContextResettingExecutorService
ExecutorService wrapper that resets the context classloader. |
class |
InterceptingScheduledExecutorService
Generalization of
InterceptingExecutorService to scheduled services. |
Copyright © 2004–2017. All rights reserved.