All Known Implementing Classes:
JenkinsSecurityModeChecker

public interface SecurityModeChecker
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates if security is enabled, such that users are required to sign in to access the system.
  • Method Details

    • isSecurityEnabled

      boolean isSecurityEnabled()
      Indicates if security is enabled, such that users are required to sign in to access the system.
      Returns:
      true if users are required to sign in to access the system, false otherwise