|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ACL | |
|---|---|
| hudson.maven.reporters | |
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.scm | Hudson's interface with source code management systems. |
| hudson.security | Security-related code. |
| hudson.slaves | Code related to slaves. |
| jenkins.model | |
| Uses of ACL in hudson.maven.reporters |
|---|
| Methods in hudson.maven.reporters that return ACL | |
|---|---|
protected ACL |
MavenAbstractArtifactRecord.getACL()
|
| Uses of ACL in hudson.model |
|---|
| Methods in hudson.model that return ACL | |
|---|---|
ACL |
Job.getACL()
Returns the ACL for this object. |
protected abstract ACL |
TaskAction.getACL()
Gets the ACL against which the permissions are checked. |
ACL |
User.getACL()
|
ACL |
Computer.getACL()
|
ACL |
Run.getACL()
|
ACL |
Node.getACL()
|
ACL |
View.getACL()
Returns the ACL for this object. |
ACL |
MyViewsProperty.getACL()
|
ACL |
AbstractItem.getACL()
Returns the ACL for this object. |
| Uses of ACL in hudson.scm |
|---|
| Methods in hudson.scm that return ACL | |
|---|---|
protected ACL |
AbstractScmTagAction.getACL()
|
| Uses of ACL in hudson.security |
|---|
| Subclasses of ACL in hudson.security | |
|---|---|
class |
SidACL
ACL that checks permissions based on GrantedAuthority
of the Authentication. |
class |
SparseACL
Access control list. |
| Methods in hudson.security that return ACL | |
|---|---|
ACL |
HudsonPrivateSecurityRealm.getACL()
|
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 Override AuthorizationStrategy.getACL(Job) instead. |
ACL |
AuthorizationStrategy.getACL(Cloud cloud)
Implementation can choose to provide different ACL for different Clouds. |
ACL |
AuthorizationStrategy.getACL(Computer computer)
Implementation can choose to provide different ACL for different computers. |
ACL |
AuthorizationStrategy.getACL(Job<?,?> project)
|
ACL |
ProjectMatrixAuthorizationStrategy.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 |
LegacyAuthorizationStrategy.getRootACL()
|
ACL |
FullControlOnceLoggedInAuthorizationStrategy.getRootACL()
|
abstract ACL |
AuthorizationStrategy.getRootACL()
Returns the instance of ACL where all the other ACL instances
for all the other model objects eventually delegate. |
ACL |
AuthorizationStrategy.Unsecured.getRootACL()
|
| Constructors in hudson.security with parameters of type ACL | |
|---|---|
SparseACL(ACL parent)
|
|
| Uses of ACL in hudson.slaves |
|---|
| Methods in hudson.slaves that return ACL | |
|---|---|
ACL |
Cloud.getACL()
|
| Uses of ACL in jenkins.model |
|---|
| Methods in jenkins.model that return ACL | |
|---|---|
ACL |
Jenkins.getACL()
Returns the root ACL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||