public enum AccessTokenGrantType extends Enum<AccessTokenGrantType>
| Enum Constant and Description |
|---|
AUTHORIZATION_CODE |
CLIENT_CREDENTIALS |
REFRESH_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
String |
getParamValue() |
static AccessTokenGrantType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessTokenGrantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessTokenGrantType AUTHORIZATION_CODE
public static final AccessTokenGrantType CLIENT_CREDENTIALS
public static final AccessTokenGrantType REFRESH_TOKEN
public static AccessTokenGrantType[] values()
for (AccessTokenGrantType c : AccessTokenGrantType.values()) System.out.println(c);
public static AccessTokenGrantType 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 getParamValue()
Copyright © 2014–2016 Healthcare Services Platform Consortium. All rights reserved.