Package com.atlassian.crowd.embedded.api
Interface FeatureFlag
public interface FeatureFlag
Class providing information whether given feature is enabled.
- Since:
- 4.4.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the feature is enabled and accessible under current licensing terms or false otherwise
-
Method Details
-
isEnabled
boolean isEnabled()Returns true if the feature is enabled and accessible under current licensing terms or false otherwise
-