| Package | Description |
|---|---|
| com.cloudbees.api.oauth |
| Modifier and Type | Field and Description |
|---|---|
Set<GrantType> |
OauthClientApplication.grant_types
The mode of token issuance allowed for this application.
|
| Modifier and Type | Method and Description |
|---|---|
GrantType |
GrantType.DeserializerImpl.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt) |
static GrantType |
GrantType.parse(String value)
From the lower/upper case of the grant type value, obtains the enum constant.
|
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrantType.SerializerImpl.serialize(GrantType o,
org.codehaus.jackson.JsonGenerator gen,
org.codehaus.jackson.map.SerializerProvider serializer) |
Copyright © 2011-2015. All Rights Reserved.