Package | Description |
---|---|
com.atlassian.confluence.security.interceptors |
Modifier and Type | Method and Description |
---|---|
protected ConfluenceAccessInterceptor.AccessDecision |
ConfluenceAccessInterceptor.checkAccessAnnotations(AnnotatedElement annotatedElement,
com.google.common.base.Supplier<AccessStatus> accessStatusSupplier)
Checks if the user is granted access by any annotations on the provided annotated element (method / class /
package).
|
static ConfluenceAccessInterceptor.AccessDecision |
ConfluenceAccessInterceptor.AccessDecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluenceAccessInterceptor.AccessDecision[] |
ConfluenceAccessInterceptor.AccessDecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003–2015 Atlassian. All rights reserved.