com.atlassian.jira.plugin.permission
Interface GlobalPermissionModuleDescriptor

All Superinterfaces:
com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced
All Known Implementing Classes:
GlobalPermissionModuleDescriptorImpl

public interface GlobalPermissionModuleDescriptor
extends com.atlassian.plugin.ModuleDescriptor<Void>


Method Summary
 String getDescriptionI18nKey()
           
 boolean isAnonymousAllowed()
           
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 

Method Detail

getDescriptionI18nKey

String getDescriptionI18nKey()

isAnonymousAllowed

boolean isAnonymousAllowed()


Copyright © 2002-2014 Atlassian. All Rights Reserved.