Class AnnotatedSecurityChecker

java.lang.Object
com.atlassian.crowd.annotation.AnnotatedSecurityChecker
All Implemented Interfaces:
SecurityChecker

public class AnnotatedSecurityChecker extends Object implements 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 Details

    • AnnotatedSecurityChecker

      public AnnotatedSecurityChecker(com.atlassian.sal.api.user.UserManager userManager)
  • Method Details