Class AnnotatedSecurityEnabledCheck
java.lang.Object
com.atlassian.jira.security.annotated.AnnotatedSecurityEnabledCheck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if the feature manager is available and it says the security annotations are disabled.
-
Constructor Details
-
AnnotatedSecurityEnabledCheck
public AnnotatedSecurityEnabledCheck()
-
-
Method Details
-
isAnnotatedSecurityDisabled
public boolean isAnnotatedSecurityDisabled()Check if the feature manager is available and it says the security annotations are disabled. We will handle feature manager not being available inComponentsAvailabilityCheck
.
-