Uses of Class
hudson.security.ACL
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Jenkins's interface with source code management systems.
Security-related code.
Code related to agents.
-
Uses of ACL in hudson.model
Modifier and TypeMethodDescriptionAbstractItem.getACL()
Returns theACL
for this object.Job.getACL()
Returns theACL
for this object.MyViewsProperty.getACL()
Node.getACL()
Run.getACL()
protected abstract ACL
TaskAction.getACL()
Gets theACL
against whichTaskAction.getPermission()
is checked.User.getACL()
View.getACL()
Returns theACL
for this object. -
Uses of ACL in hudson.model.queue
-
Uses of ACL in hudson.scm
-
Uses of ACL in hudson.security
Modifier and TypeClassDescriptionclass
class
Access control list.Modifier and TypeMethodDescriptionAccessControlled.getACL()
Obtains the ACL associated with this object.AuthorizationStrategy.getACL
(AbstractItem item) Implementation can choose to provide different ACL for different items.AuthorizationStrategy.getACL
(AbstractProject<?, ?> project) Deprecated.Implementation can choose to provide different ACL for different computers.Implementation can choose to provide different ACL per user.Implementation can choose to provide different ACL for different views.Implementation can choose to provide different ACL for differentCloud
s.Implementation can choose to provide different ACL for different computers.HudsonPrivateSecurityRealm.getACL()
abstract ACL
AuthorizationStrategy.getRootACL()
AuthorizationStrategy.Unsecured.getRootACL()
FullControlOnceLoggedInAuthorizationStrategy.getRootACL()
LegacyAuthorizationStrategy.getRootACL()
static ACL
ACL.lambda
(BiFunction<Authentication, Permission, Boolean> impl) static ACL
ACL.lambda2
(BiFunction<org.springframework.security.core.Authentication, Permission, Boolean> impl) Creates a simpleACL
implementation based on a “single-abstract-method” easily implemented via lambda syntax. -
Uses of ACL in hudson.slaves
-
Uses of ACL in jenkins.model
Modifier and TypeMethodDescriptiondefault ACL
IComputer.getACL()
Jenkins.getACL()
Returns the rootACL
.Modifier and TypeMethodDescriptionstatic void
Jenkins._doScript
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, jakarta.servlet.RequestDispatcher view, hudson.remoting.VirtualChannel channel, ACL acl) static void
AuthorizationStrategy.getACL(Job)
instead.