Class AccessDenied
- java.lang.Object
 - 
- com.atlassian.confluence.impl.security.access.AccessDenied
 
 
- 
@Internal public final class AccessDenied extends Object
A simple return type representing the state where a user (logged in our anonymous) does not have access to Confluence or a given permission type is invalid for a user (depending on theirAccessStatus), so they cannot be granted the permission. 
- 
- 
Field Detail
- 
INSTANCE
public static final AccessDenied INSTANCE
 
 - 
 
 -