com.atlassian.bamboo.ww2.aware
Interface PermissionAware


public interface PermissionAware

An interface to define that the object is permission aware


Method Summary
 boolean isPermitted()
          Returns true if the object is currently allowed to be accessed in the current context (current user etc)
 

Method Detail

isPermitted

boolean isPermitted()
Returns true if the object is currently allowed to be accessed in the current context (current user etc)

Returns:
true if object is accessibles


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.