|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
com.atlassian.confluence.security.delegate.GlobalPermissionsDelegate
public class GlobalPermissionsDelegate
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate |
|---|
spacePermissionManager |
| Constructor Summary | |
|---|---|
GlobalPermissionsDelegate()
|
|
| Method Summary | |
|---|---|
boolean |
canAdminister(User user,
Object target)
|
boolean |
canCreate(User user,
Object container)
|
boolean |
canEdit(User user,
Object target)
|
boolean |
canExport(User user,
Object target)
|
boolean |
canRemove(User user,
Object target)
|
boolean |
canSetPermissions(User user,
Object target)
|
boolean |
canView(User user,
Object target)
|
protected Space |
getSpaceFrom(Object target)
|
| Methods inherited from class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate |
|---|
hasSpaceLevelPermission, setSpacePermissionManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlobalPermissionsDelegate()
| Method Detail |
|---|
public boolean canView(User user,
Object target)
public boolean canEdit(User user,
Object target)
public boolean canSetPermissions(User user,
Object target)
public boolean canRemove(User user,
Object target)
public boolean canExport(User user,
Object target)
public boolean canAdminister(User user,
Object target)
public boolean canCreate(User user,
Object container)
protected Space getSpaceFrom(Object target)
getSpaceFrom in class AbstractPermissionsDelegate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||