Uses of Class
hudson.security.SidACL

Packages that use SidACL
hudson.security Security-related code. 
 

Uses of SidACL in hudson.security
 

Subclasses of SidACL in hudson.security
 class SparseACL
          Access control list.
 

Methods in hudson.security that return SidACL
 SidACL AuthorizationMatrixProperty.getACL()
           
 SidACL ProjectMatrixAuthorizationStrategy.getACL(AbstractItem item)
           
 SidACL ProjectMatrixAuthorizationStrategy.getACL(ItemGroup g)
           
 SidACL GlobalMatrixAuthorizationStrategy.getRootACL()
           
 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
 SidACL SidACL.newInheritingACL(SidACL parent)
          Creates a new SidACL that first consults 'this' SidACL and then delegate to the given parent SidACL.
 



Copyright © 2004-2013. All Rights Reserved.