com.google.api.client.extensions.java6.auth.oauth2
Class FilePersistedCredentials

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class FilePersistedCredentials
extends GenericJson

Persisted credential implementation to be used exclusively with FileCredentialStore.

Since:
1.11
Author:
Rafael Naufal

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
FilePersistedCredentials()
           
 
Method Summary
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilePersistedCredentials

public FilePersistedCredentials()


Copyright © 2011-2012 Google. All Rights Reserved.