Package com.atlassian.crowd.annotation
Class AnnotatedSecurityChecker
java.lang.Object
com.atlassian.crowd.annotation.AnnotatedSecurityChecker
- All Implemented Interfaces:
SecurityChecker
Checks if the user is allowed to access the annotated resource.
If the resource is not annotated, it defaults to licensed access.
The default behavior can be altered by system properties.
- Since:
- 6.0
-
Constructor Summary
ConstructorDescriptionAnnotatedSecurityChecker
(com.atlassian.sal.api.user.UserManager userManager) -
Method Summary
-
Constructor Details
-
AnnotatedSecurityChecker
public AnnotatedSecurityChecker(com.atlassian.sal.api.user.UserManager userManager)
-
-
Method Details
-
isAllowedFor
- Specified by:
isAllowedFor
in interfaceSecurityChecker
-