Package | Description |
---|---|
jenkins | |
jenkins.security.s2m |
Slave -> master security.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveFilePathFilter
Convenient adapter for
FilePathFilter that allows you to handle all
operations as a single string argument. |
class |
SoloFilePathFilter
Variant of
FilePathFilter that assumes it is the sole actor. |
Modifier and Type | Field and Description |
---|---|
static FilePathFilter |
FilePathFilter.UNRESTRICTED
Immutable instance that represents the filter that allows everything.
|
Modifier and Type | Method and Description |
---|---|
static FilePathFilter |
FilePathFilter.current()
Returns an
FilePathFilter object that represents all the in-scope filters,
or null if none is needed. |
Modifier and Type | Method and Description |
---|---|
static SoloFilePathFilter |
SoloFilePathFilter.wrap(FilePathFilter base)
Null-safe constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminFilePathFilter
FilePathFilter that allows admins to whitelist specific file access. |
Copyright © 2017. All rights reserved.