public class ApplicationPermissionsDelegate extends AbstractPermissionsDelegate
PermissionDelegate.Registry
spacePermissionManager
Constructor and Description |
---|
ApplicationPermissionsDelegate(SystemPermissionsDelegate systemPermissionsDelegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
canAdminister(com.atlassian.user.User user,
Object target) |
boolean |
canCreate(com.atlassian.user.User user,
Object container) |
boolean |
canEdit(com.atlassian.user.User user,
Object target) |
boolean |
canExport(com.atlassian.user.User user,
Object target) |
boolean |
canRemove(com.atlassian.user.User user,
Object target) |
boolean |
canSetPermissions(com.atlassian.user.User user,
Object target) |
boolean |
canView(com.atlassian.user.User user,
Object target) |
protected Space |
getSpaceFrom(Object target) |
canCreateInTarget, canView, hasSpaceLevelPermission, setSpacePermissionManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEditable, getVisible
public ApplicationPermissionsDelegate(SystemPermissionsDelegate systemPermissionsDelegate)
public boolean canView(com.atlassian.user.User user, Object target)
public boolean canEdit(com.atlassian.user.User user, Object target)
public boolean canSetPermissions(com.atlassian.user.User user, Object target)
public boolean canRemove(com.atlassian.user.User user, Object target)
public boolean canExport(com.atlassian.user.User user, Object target)
public boolean canAdminister(com.atlassian.user.User user, Object target)
public boolean canCreate(com.atlassian.user.User user, Object container)
protected Space getSpaceFrom(Object target)
getSpaceFrom
in class AbstractPermissionsDelegate
Copyright © 2003–2017 Atlassian. All rights reserved.