public static enum SecurityProperties.Headers.HSTS extends Enum<SecurityProperties.Headers.HSTS>
Modifier and Type | Method and Description |
---|---|
static SecurityProperties.Headers.HSTS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityProperties.Headers.HSTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityProperties.Headers.HSTS NONE
public static final SecurityProperties.Headers.HSTS DOMAIN
public static final SecurityProperties.Headers.HSTS ALL
public static SecurityProperties.Headers.HSTS[] values()
for (SecurityProperties.Headers.HSTS c : SecurityProperties.Headers.HSTS.values()) System.out.println(c);
public static SecurityProperties.Headers.HSTS 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 nullCopyright © 2014 Pivotal Software, Inc.. All rights reserved.