com.atlassian.confluence.security
Class ConfluenceAdministratorsPermissionCheckExemptions
java.lang.Object
com.atlassian.confluence.security.ConfluenceAdministratorsPermissionCheckExemptions
- All Implemented Interfaces:
- PermissionCheckExemptions
public final class ConfluenceAdministratorsPermissionCheckExemptions
- extends Object
- implements PermissionCheckExemptions
Allows members of the 'confluence-administrators' group to be exempt from permission checks.
This implementation does not cache, so clients may want to cache the result to avoid multiple
checks per request.
- See Also:
DefaultPermissionManager
Method Summary |
boolean |
isExempt(com.atlassian.user.User user)
Returns true if the user is exempt from permission checks, otherwise false. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceAdministratorsPermissionCheckExemptions
public ConfluenceAdministratorsPermissionCheckExemptions()
isExempt
public boolean isExempt(com.atlassian.user.User user)
- Description copied from interface:
PermissionCheckExemptions
- Returns true if the user is exempt from permission checks, otherwise false.
- Specified by:
isExempt
in interface PermissionCheckExemptions