public class UserPermissionsDelegate extends Object implements PermissionDelegate
Constructor and Description |
---|
UserPermissionsDelegate() |
Modifier and Type | Method and Description |
---|---|
boolean |
canAdminister(com.atlassian.user.User user,
Object target)
Unsupported.
|
boolean |
canCreate(com.atlassian.user.User user,
Object container)
Determines if the specified user has permissions to create users
|
boolean |
canCreateInTarget(com.atlassian.user.User user,
Class typeToCreate) |
boolean |
canEdit(com.atlassian.user.User user,
Object target)
Determines if the specified user can edit the target user.
|
boolean |
canExport(com.atlassian.user.User user,
Object target)
Unsupported.
|
boolean |
canRemove(com.atlassian.user.User user,
Object target)
Determines if the specified user can remove the target user.
|
boolean |
canSetPermissions(com.atlassian.user.User user,
Object target)
Determines if the specified user can add new permissions or remove existing permissions on the target user.
|
boolean |
canView(com.atlassian.user.User user) |
boolean |
canView(com.atlassian.user.User user,
Object target)
Determines if the specified user can view the target user.
|
void |
setConfluenceAccessManager(ConfluenceAccessManager confluenceAccessManager) |
void |
setSpacePermissionManager(SpacePermissionManager spacePermissionManager) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canMove, canRemoveHierarchy
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 canRemove(com.atlassian.user.User user, Object target)
canRemove
in interface PermissionDelegate
public boolean canCreate(com.atlassian.user.User user, Object container)
canCreate
in interface PermissionDelegate
container
- not required. Null can be specified here as it is not used at the moment.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 createpublic boolean canExport(com.atlassian.user.User user, Object target)
canExport
in interface PermissionDelegate
public boolean canSetPermissions(com.atlassian.user.User user, Object target)
canSetPermissions
in interface PermissionDelegate
public boolean canAdminister(com.atlassian.user.User user, Object target)
canAdminister
in interface PermissionDelegate
public void setSpacePermissionManager(SpacePermissionManager spacePermissionManager)
public void setConfluenceAccessManager(ConfluenceAccessManager confluenceAccessManager)
Copyright © 2003–2018 Atlassian. All rights reserved.