Uses of Interface
com.atlassian.bamboo.security.PermissionDelegate

Packages that use PermissionDelegate
com.atlassian.bamboo.security   
 

Uses of PermissionDelegate in com.atlassian.bamboo.security
 

Classes in com.atlassian.bamboo.security that implement PermissionDelegate
 class GlobalPermissionDelegate
          A really simple permission delegate that lets bamboo-admin groups edit & admin etc but lets annonymous users see stuff.
 

Methods in com.atlassian.bamboo.security with parameters of type PermissionDelegate
 boolean Permission.checkAgainst(PermissionDelegate delegate, User user, Object target)
           
 boolean AdminPermission.checkAgainst(PermissionDelegate delegate, User user, Object target)
           
 boolean ViewPermission.checkAgainst(PermissionDelegate delegate, User user, Object target)
           
 void DefaultPermissionManager.setDefaultDelegate(PermissionDelegate defaultDelegate)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.