public class SharedAccessInterceptor extends Object implements PermissionDelegate
ContentEntityObject
Currently this is only used for new unpublished drafts.
Constructor and Description |
---|
SharedAccessInterceptor(PermissionDelegate delegate) |
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 |
canCreateInTarget(com.atlassian.user.User user,
Class typeToCreate) |
boolean |
canEdit(com.atlassian.user.User user,
Object target) |
boolean |
canExport(com.atlassian.user.User user,
Object target) |
boolean |
canMove(com.atlassian.user.User user,
Object source,
Object target,
String movePoint) |
boolean |
canRemove(com.atlassian.user.User user,
Object target) |
boolean |
canRemoveHierarchy(com.atlassian.user.User user,
Object target) |
boolean |
canSetPermissions(com.atlassian.user.User user,
Object target) |
boolean |
canView(com.atlassian.user.User user) |
boolean |
canView(com.atlassian.user.User user,
Object target) |
public SharedAccessInterceptor(PermissionDelegate delegate)
public boolean canView(com.atlassian.user.User user, Object target)
canView
in interface PermissionDelegate
public boolean canView(com.atlassian.user.User user)
canView
in interface PermissionDelegate
public boolean canEdit(com.atlassian.user.User user, Object target)
canEdit
in interface PermissionDelegate
public boolean canSetPermissions(com.atlassian.user.User user, Object target)
canSetPermissions
in interface PermissionDelegate
public boolean canRemove(com.atlassian.user.User user, Object target)
canRemove
in interface PermissionDelegate
public boolean canRemoveHierarchy(com.atlassian.user.User user, Object target)
canRemoveHierarchy
in interface PermissionDelegate
public boolean canMove(com.atlassian.user.User user, Object source, Object target, String movePoint)
canMove
in interface PermissionDelegate
public boolean canExport(com.atlassian.user.User user, Object target)
canExport
in interface PermissionDelegate
public boolean canAdminister(com.atlassian.user.User user, Object target)
canAdminister
in interface PermissionDelegate
public boolean canCreate(com.atlassian.user.User user, Object container)
canCreate
in interface PermissionDelegate
public boolean canCreateInTarget(com.atlassian.user.User user, Class typeToCreate)
canCreateInTarget
in interface PermissionDelegate
user
- the user performing the createtypeToCreate
- the class of the entity to createCopyright © 2003–2020 Atlassian. All rights reserved.