com.atlassian.jira.security
Class PermissionsCache

java.lang.Object
  extended by com.atlassian.jira.security.PermissionsCache

public class PermissionsCache
extends Object


Constructor Summary
PermissionsCache()
           
 
Method Summary
 Collection getProjectsWithBrowsePermission()
           
 void setProjectsWithBrowsePermission(Collection projectsWithBrowsePermission)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionsCache

public PermissionsCache()
Method Detail

getProjectsWithBrowsePermission

public Collection getProjectsWithBrowsePermission()

setProjectsWithBrowsePermission

public void setProjectsWithBrowsePermission(Collection projectsWithBrowsePermission)


Copyright © 2002-2007 Atlassian. All Rights Reserved.