public static enum StrictTransportSecurityProvider.Parameters extends Enum<StrictTransportSecurityProvider.Parameters>
| Enum Constant and Description |
|---|
DISABLED |
INCLUDE_SUBDOMAINS_DISABLED |
MAX_AGE |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static StrictTransportSecurityProvider.Parameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StrictTransportSecurityProvider.Parameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StrictTransportSecurityProvider.Parameters DISABLED
public static final StrictTransportSecurityProvider.Parameters VALUE
public static final StrictTransportSecurityProvider.Parameters MAX_AGE
public static final StrictTransportSecurityProvider.Parameters INCLUDE_SUBDOMAINS_DISABLED
protected String name
public static StrictTransportSecurityProvider.Parameters[] values()
for (StrictTransportSecurityProvider.Parameters c : StrictTransportSecurityProvider.Parameters.values()) System.out.println(c);
public static StrictTransportSecurityProvider.Parameters 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 getName()
Copyright © 2014–2021 camunda services GmbH. All rights reserved.