JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
hudson.security.SidACL
Packages that use
SidACL
Package
Description
hudson.security
Security-related code.
Uses of
SidACL
in
hudson.security
Subclasses of
SidACL
in
hudson.security
Modifier and Type
Class
Description
class
SparseACL
Access control list.
Methods in
hudson.security
that return
SidACL
Modifier and Type
Method
Description
final
SidACL
SidACL.
newInheritingACL
(
SidACL
parent)
Creates a new
SidACL
that first consults 'this'
SidACL
and then delegate to the given parent
SidACL
.
Methods in
hudson.security
with parameters of type
SidACL
Modifier and Type
Method
Description
final
SidACL
SidACL.
newInheritingACL
(
SidACL
parent)
Creates a new
SidACL
that first consults 'this'
SidACL
and then delegate to the given parent
SidACL
.