public static enum AdminAuth.Resource extends Enum<AdminAuth.Resource>
Enum Constant and Description |
---|
AUTHORIZATION |
CLIENT |
EVENTS |
IDENTITY_PROVIDER |
IMPERSONATION |
REALM |
USER |
Modifier and Type | Method and Description |
---|---|
static AdminAuth.Resource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdminAuth.Resource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminAuth.Resource CLIENT
public static final AdminAuth.Resource USER
public static final AdminAuth.Resource REALM
public static final AdminAuth.Resource EVENTS
public static final AdminAuth.Resource IDENTITY_PROVIDER
public static final AdminAuth.Resource IMPERSONATION
public static final AdminAuth.Resource AUTHORIZATION
public static AdminAuth.Resource[] values()
for (AdminAuth.Resource c : AdminAuth.Resource.values()) System.out.println(c);
public static AdminAuth.Resource 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 © 2021 JBoss by Red Hat. All rights reserved.