com.atlassian.jira.security.type
Class AbstractSecurityType

java.lang.Object
  extended bycom.atlassian.jira.security.type.AbstractSecurityType
All Implemented Interfaces:
SchemeType, SecurityType
Direct Known Subclasses:
AbstractIssueFieldSecurityType, AbstractProjectsSecurityType

public abstract class AbstractSecurityType
extends java.lang.Object
implements SecurityType

Created by IntelliJ IDEA. User: Owen Date: 23/06/2003 Time: 20:01:07 To change this template use Options | File Templates.


Constructor Summary
AbstractSecurityType()
           
 
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.type.SecurityType
getQuery
 
Methods inherited from interface com.atlassian.jira.scheme.SchemeType
doValidation, getDisplayName, getType, hasPermission, hasPermission
 

Constructor Detail

AbstractSecurityType

public AbstractSecurityType()