public final enum

WebServerProfile

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.configurator.config.WebServerProfile

Summary

Enum Values
WebServerProfile  Disabled   
WebServerProfile  HttpOnly   
WebServerProfile  HttpRedirectedToHttps   
WebServerProfile  HttpsOnly   
Public Methods
@Nonnull String getLabel()
@Nonnull static List<WebServerProfile> getUsableProfiles(Settings settings)
boolean isHttpEnabled()
boolean isHttpsEnabled()
boolean isPreventedBy(List<ComplexConfigurationReason> complexConfigurationReasons)
static WebServerProfile retrieveByFlags(boolean httpEnabled, boolean httpsEnabled)
static WebServerProfile valueOf(String name)
final static WebServerProfile[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WebServerProfile Disabled

public static final WebServerProfile HttpOnly

public static final WebServerProfile HttpRedirectedToHttps

public static final WebServerProfile HttpsOnly

Public Methods

@Nonnull public String getLabel ()

@Nonnull public static List<WebServerProfile> getUsableProfiles (Settings settings)

public boolean isHttpEnabled ()

public boolean isHttpsEnabled ()

public boolean isPreventedBy (List<ComplexConfigurationReason> complexConfigurationReasons)

public static WebServerProfile retrieveByFlags (boolean httpEnabled, boolean httpsEnabled)

public static WebServerProfile valueOf (String name)

public static final WebServerProfile[] values ()