com.atlassian.bamboo.security
Interface Permission

All Known Implementing Classes:
AdminPermission, ViewPermission

public interface Permission

Enumeration of all possible permission types for use with the PermissionManager. There is no CREATE permission, as this is handled separately.


Method Summary
 boolean checkAgainst(PermissionDelegate delegate, User user, Object target)
           
 String getName()
           
 

Method Detail

getName

String getName()

checkAgainst

boolean checkAgainst(PermissionDelegate delegate,
                     User user,
                     Object target)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.