public enum SecurityTypeKeys extends Enum<SecurityTypeKeys>
Enum Constant and Description |
---|
APPLICATION_ROLE |
GROUP |
GROUP_CF |
PROJECT_ROLE |
USER |
USER_CF |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static SecurityTypeKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityTypeKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityTypeKeys PROJECT_ROLE
public static final SecurityTypeKeys APPLICATION_ROLE
public static final SecurityTypeKeys GROUP
public static final SecurityTypeKeys USER
public static final SecurityTypeKeys USER_CF
public static final SecurityTypeKeys GROUP_CF
public static SecurityTypeKeys[] values()
for (SecurityTypeKeys c : SecurityTypeKeys.values()) System.out.println(c);
public static SecurityTypeKeys 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 © 2002-2021 Atlassian. All Rights Reserved.