public class CredentialStore extends Object
| Modifier and Type | Field and Description |
|---|---|
static OAuth2CodeGrantFlow |
cachedFlow
Contains null or actually authorization flow.
|
static TokenResult |
tokenResult |
| Constructor and Description |
|---|
CredentialStore() |
| Modifier and Type | Method and Description |
|---|---|
static ClientIdentifier |
getClientId() |
static TokenResult |
getTokenResult() |
static void |
setClientIdentifier(ClientIdentifier clientId) |
public static TokenResult tokenResult
public static OAuth2CodeGrantFlow cachedFlow
public static TokenResult getTokenResult()
public static ClientIdentifier getClientId()
public static void setClientIdentifier(ClientIdentifier clientId)
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.