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