Uses of Class
hudson.security.ACL
-
Packages that use ACL Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue hudson.scm Jenkins's interface with source code management systems.hudson.security Security-related code.hudson.slaves Code related to agents.jenkins.model -
-
Uses of ACL in hudson.model
Methods in hudson.model that return ACL Modifier and Type Method Description ACL
AbstractItem. getACL()
Returns theACL
for this object.ACL
Computer. getACL()
ACL
Job. getACL()
Returns theACL
for this object.ACL
MyViewsProperty. getACL()
ACL
Node. getACL()
ACL
Run. getACL()
protected abstract ACL
TaskAction. getACL()
Gets theACL
against whichTaskAction.getPermission()
is checked.ACL
User. getACL()
ACL
View. getACL()
Returns theACL
for this object. -
Uses of ACL in hudson.model.queue
Fields in hudson.model.queue declared as ACL Modifier and Type Field Description ACL
MappingWorksheet.ExecutorChunk. nodeAcl
-
Uses of ACL in hudson.scm
Methods in hudson.scm that return ACL Modifier and Type Method Description protected ACL
AbstractScmTagAction. getACL()
-
Uses of ACL in hudson.security
Subclasses of ACL in hudson.security Modifier and Type Class Description class
SidACL
class
SparseACL
Access control list.Methods in hudson.security that return ACL Modifier and Type Method Description ACL
AccessControlled. getACL()
Obtains the ACL associated with this object.ACL
AuthorizationStrategy. getACL(AbstractItem item)
Implementation can choose to provide different ACL for different items.ACL
AuthorizationStrategy. getACL(AbstractProject<?,?> project)
Deprecated.since 1.277 OverrideAuthorizationStrategy.getACL(Job)
instead.ACL
AuthorizationStrategy. getACL(Computer computer)
Implementation can choose to provide different ACL for different computers.ACL
AuthorizationStrategy. getACL(Job<?,?> project)
ACL
AuthorizationStrategy. getACL(Node node)
ACL
AuthorizationStrategy. getACL(User user)
Implementation can choose to provide different ACL per user.ACL
AuthorizationStrategy. getACL(View item)
Implementation can choose to provide different ACL for different views.ACL
AuthorizationStrategy. getACL(Cloud cloud)
Implementation can choose to provide different ACL for differentCloud
s.ACL
HudsonPrivateSecurityRealm. getACL()
abstract ACL
AuthorizationStrategy. getRootACL()
ACL
AuthorizationStrategy.Unsecured. getRootACL()
ACL
FullControlOnceLoggedInAuthorizationStrategy. getRootACL()
ACL
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 Constructor Description SparseACL(ACL parent)
-
Uses of ACL in hudson.slaves
Methods in hudson.slaves that return ACL Modifier and Type Method Description ACL
Cloud. getACL()
-
Uses of ACL in jenkins.model
Methods in jenkins.model that return ACL Modifier and Type Method Description ACL
Jenkins. getACL()
Returns the rootACL
.Methods in jenkins.model with parameters of type ACL Modifier and Type Method Description static void
Jenkins. _doScript(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, javax.servlet.RequestDispatcher view, hudson.remoting.VirtualChannel channel, ACL acl)
-