public static enum CoinAuthority.Authority extends Enum<CoinAuthority.Authority>
| Enum Constant and Description |
|---|
ROLE_DISTRIBUTION_CHANNEL_ADMIN |
ROLE_IDP_LICENSE_ADMIN |
ROLE_IDP_SURFCONEXT_ADMIN |
ROLE_USER |
| Modifier and Type | Method and Description |
|---|---|
static CoinAuthority.Authority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoinAuthority.Authority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoinAuthority.Authority ROLE_IDP_SURFCONEXT_ADMIN
public static final CoinAuthority.Authority ROLE_IDP_LICENSE_ADMIN
public static final CoinAuthority.Authority ROLE_DISTRIBUTION_CHANNEL_ADMIN
public static final CoinAuthority.Authority ROLE_USER
public static CoinAuthority.Authority[] values()
for (CoinAuthority.Authority c : CoinAuthority.Authority.values()) System.out.println(c);
public static CoinAuthority.Authority 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 © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.