public static enum ConfluenceAuthenticationFilter.DarkFeature extends Enum<ConfluenceAuthenticationFilter.DarkFeature>
| Enum Constant and Description |
|---|
FILTER_REQUEST_WITH_ACTION_CONFIG_DISABLED
Dark Feature which disables checking request against Action Configuration Bean
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static ConfluenceAuthenticationFilter.DarkFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluenceAuthenticationFilter.DarkFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfluenceAuthenticationFilter.DarkFeature FILTER_REQUEST_WITH_ACTION_CONFIG_DISABLED
public static ConfluenceAuthenticationFilter.DarkFeature[] values()
for (ConfluenceAuthenticationFilter.DarkFeature c : ConfluenceAuthenticationFilter.DarkFeature.values()) System.out.println(c);
public static ConfluenceAuthenticationFilter.DarkFeature valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
Copyright © 2023 Atlassian. All rights reserved.