public class FilePersistedCredentials extends GenericJson
Deprecated. (to be removed in the future) Use FileDataStoreFactory instead.
Beta
Persisted credential implementation to be used exclusively with FileCredentialStore.
Inheritance
Object > java.util.AbstractMap > com.google.api.client.util.GenericData > com.google.api.client.json.GenericJson > FilePersistedCredentialsInherited Members
com.google.api.client.json.GenericJson.clone()
com.google.api.client.json.GenericJson.getFactory()
com.google.api.client.json.GenericJson.set(java.lang.String,java.lang.Object)
com.google.api.client.json.GenericJson.setFactory(com.google.api.client.json.JsonFactory)
com.google.api.client.json.GenericJson.toPrettyString()
com.google.api.client.json.GenericJson.toString()
com.google.api.client.util.GenericData.entrySet()
com.google.api.client.util.GenericData.equals(java.lang.Object)
com.google.api.client.util.GenericData.get(java.lang.Object)
com.google.api.client.util.GenericData.getClassInfo()
com.google.api.client.util.GenericData.getUnknownKeys()
com.google.api.client.util.GenericData.hashCode()
com.google.api.client.util.GenericData.put(java.lang.String,java.lang.Object)
com.google.api.client.util.GenericData.putAll(java.util.Map<? extends java.lang.String,?>)
com.google.api.client.util.GenericData.remove(java.lang.Object)
com.google.api.client.util.GenericData.setUnknownKeys(java.util.Map<java.lang.String,java.lang.Object>)
Constructors
FilePersistedCredentials() (deprecated)
public FilePersistedCredentials()
Methods
clone() (deprecated)
public FilePersistedCredentials clone()
Returns | |
---|---|
Type | Description |
FilePersistedCredentials |
com.google.api.client.json.GenericJson.clone()
set(String fieldName, Object value) (deprecated)
public FilePersistedCredentials set(String fieldName, Object value)
Returns | |
---|---|
Type | Description |
FilePersistedCredentials |
com.google.api.client.json.GenericJson.set(java.lang.String,java.lang.Object)