com.atlassian.jira.security
Interface JiraPermission

All Known Implementing Classes:
JiraPermissionImpl

public interface JiraPermission

Represents a permission


Method Summary
 String getGroup()
           
 String getPermType()
           
 Long getScheme()
           
 int getType()
           
 

Method Detail

getType

int getType()

getScheme

Long getScheme()

getGroup

String getGroup()

getPermType

String getPermType()


Copyright © 2002-2013 Atlassian. All Rights Reserved.