com.atlassian.jira.issue.security
Class IssueSecurityTypeManager

java.lang.Object
  extended by com.atlassian.jira.scheme.AbstractSchemeTypeManager
      extended by com.atlassian.jira.security.AbstractSecurityTypeManager
          extended by com.atlassian.jira.issue.security.IssueSecurityTypeManager
All Implemented Interfaces:
SchemeTypeManager, SecurityTypeManager

public class IssueSecurityTypeManager
extends AbstractSecurityTypeManager
implements SecurityTypeManager

This class reads the permission-types.xml file for the different types of issue securities that are used. These can be group, CurrentReporter , Project Lead etc


Constructor Summary
IssueSecurityTypeManager()
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.security.AbstractSecurityTypeManager
getResourceName, getSchemeTypes, getSecurityType, getSecurityTypes, getTypeClass, hasSecurityType, setSchemeTypes, setSecurityTypes
 
Methods inherited from class com.atlassian.jira.scheme.AbstractSchemeTypeManager
getSchemeType, getTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.security.SecurityTypeManager
getSecurityType, getSecurityTypes, hasSecurityType, setSecurityTypes
 
Methods inherited from interface com.atlassian.jira.scheme.SchemeTypeManager
getResourceName, getSchemeType, getSchemeTypes, getTypeClass, getTypes, setSchemeTypes
 

Constructor Detail

IssueSecurityTypeManager

public IssueSecurityTypeManager()


Copyright © 2002-2009 Atlassian. All Rights Reserved.