public static enum SecurityContextMapper.SecurityType extends Enum<SecurityContextMapper.SecurityType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SecurityContextMapper.SecurityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityContextMapper.SecurityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityContextMapper.SecurityType ROLE
public static final SecurityContextMapper.SecurityType USER
public static SecurityContextMapper.SecurityType[] values()
for (SecurityContextMapper.SecurityType c : SecurityContextMapper.SecurityType.values()) System.out.println(c);
public static SecurityContextMapper.SecurityType 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 toString()
toString in class Enum<SecurityContextMapper.SecurityType>Copyright © 2017. All Rights Reserved.