public class SimpleOAuthService extends Object
| Constructor and Description |
|---|
SimpleOAuthService() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAccessToken() |
static ClientIdentifier |
getClientIdentifier() |
static OAuth2CodeGrantFlow |
getFlow() |
static void |
setAccessToken(String accessToken) |
static void |
setClientIdentifier(ClientIdentifier clientIdentifier) |
static void |
setFlow(OAuth2CodeGrantFlow flow) |
public static String getAccessToken()
public static void setAccessToken(String accessToken)
public static OAuth2CodeGrantFlow getFlow()
public static void setFlow(OAuth2CodeGrantFlow flow)
public static ClientIdentifier getClientIdentifier()
public static void setClientIdentifier(ClientIdentifier clientIdentifier)
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.