Class JenkinsSecurityModeChecker
java.lang.Object
com.atlassian.bitbucket.jenkins.internal.jenkins.auth.JenkinsSecurityModeChecker
- All Implemented Interfaces:
SecurityModeChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if security is enabled, such that users are required to sign in to access the system.
-
Constructor Details
-
JenkinsSecurityModeChecker
public JenkinsSecurityModeChecker()
-
-
Method Details
-
isSecurityEnabled
public boolean isSecurityEnabled()Description copied from interface:SecurityModeCheckerIndicates if security is enabled, such that users are required to sign in to access the system.- Specified by:
isSecurityEnabledin interfaceSecurityModeChecker- Returns:
- true if users are required to sign in to access the system, false otherwise
-