Uses of Class
hudson.security.ACL
Packages that use 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
Methods in hudson.model that return ACLModifier 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
Fields in hudson.model.queue declared as ACL -
Uses of ACL in hudson.scm
Methods in hudson.scm that return ACL -
Uses of ACL in hudson.security
Subclasses of ACL in hudson.securityModifier and TypeClassDescriptionclass
class
Access control list.Methods in hudson.security that return ACLModifier 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.Constructors in hudson.security with parameters of type ACL -
Uses of ACL in hudson.slaves
Methods in hudson.slaves that return ACL -
Uses of ACL in jenkins.model
Methods in jenkins.model that return ACLModifier and TypeMethodDescriptiondefault ACL
IComputer.getACL()
Jenkins.getACL()
Returns the rootACL
.Methods in jenkins.model with parameters of type ACLModifier 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.