| Package | Description |
|---|---|
| jenkins.security | |
| jenkins.util |
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2019. All rights reserved.