Class | Description |
---|---|
AbstractWhitelist |
Convenience whitelist base class that denies everything by default.
|
AclAwareWhitelist |
Delegating whitelist which allows certain calls to be made only when a non-
ACL.SYSTEM user is making them. |
AnnotatedWhitelist |
Whitelists anything marked with
Whitelisted . |
BlanketWhitelist |
Whitelists everything.
|
EnumeratingWhitelist |
A whitelist based on listing signatures and searching them.
|
EnumeratingWhitelist.FieldSignature | |
EnumeratingWhitelist.MethodSignature | |
EnumeratingWhitelist.NewSignature | |
EnumeratingWhitelist.Signature | |
GenericWhitelist |
Includes entries useful for general kinds of scripts.
|
JenkinsWhitelist |
Includes entries useful for scripts accessing the Jenkins API, such as model objects.
|
ProxyWhitelist |
Aggregates several whitelists.
|
StaticWhitelist |
Whitelist based on a static file.
|
Annotation Type | Description |
---|---|
Whitelisted |
Marks a member as being whitelisted by default for purposes of sandboxed scripts.
|
Copyright © 2016–2022. All rights reserved.