Package | Description |
---|---|
org.glassfish.jersey.client.oauth2 |
Jersey OAuth 2 Client API.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2CodeGrantFlow.Phase |
OAuth2CodeGrantFlow.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2CodeGrantFlow.Phase[] |
OAuth2CodeGrantFlow.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
OAuth2CodeGrantFlow.Builder.property(OAuth2CodeGrantFlow.Phase phase,
String key,
String value)
Set property (parameter) that will be added to requests or URIs as a query parameters during
the Authorization Flow.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.