public enum ResourceAuthScope extends Enum<ResourceAuthScope>
| Enum Constant and Description |
|---|
EXCHANGES_CREATE |
EXCHANGES_DELETE |
EXCHANGES_GET |
EXCHANGES_PUBLISH |
QUEUES_CONSUME |
QUEUES_CREATE |
QUEUES_DELETE |
QUEUES_GET |
RESOURCE_GRANT_PERMISSION |
SCOPES_GET |
SCOPES_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ResourceAuthScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAuthScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceAuthScope EXCHANGES_CREATE
public static final ResourceAuthScope EXCHANGES_DELETE
public static final ResourceAuthScope EXCHANGES_GET
public static final ResourceAuthScope EXCHANGES_PUBLISH
public static final ResourceAuthScope QUEUES_CREATE
public static final ResourceAuthScope QUEUES_DELETE
public static final ResourceAuthScope QUEUES_GET
public static final ResourceAuthScope QUEUES_CONSUME
public static final ResourceAuthScope RESOURCE_GRANT_PERMISSION
public static final ResourceAuthScope SCOPES_UPDATE
public static final ResourceAuthScope SCOPES_GET
public static ResourceAuthScope[] values()
for (ResourceAuthScope c : ResourceAuthScope.values()) System.out.println(c);
public static ResourceAuthScope 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<ResourceAuthScope>Copyright © 2018 WSO2. All rights reserved.