andersongraciano / google-oauth-java-client

Automatically exported from code.google.com/p/google-oauth-java-client
0 stars 0 forks source link

Java 7 implementation of FileCredentialStore #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://javadoc.google-oauth-java-client.googlecode.com/hg/1.12.0-beta/com/google
/api/client/extensions/java6/auth/oauth2/FileCredentialStore.html

http://code.google.com/p/google-oauth-java-client/issues/detail?id=60

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

Java 7 installed application

Please describe the feature requested.

For now the only advantage of a Java 7 implementation of FileCredentialStore I 
can think of is that we can override isSymbolicLink(File) as 
Files.isSymbolicLink(file.toPath()).  We may come up with other possible uses 
later.

Original issue reported on code.google.com by yan...@google.com on 20 Nov 2012 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 20 Nov 2012 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 10 Dec 2012 at 5:36

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/6904070/

Original comment by yan...@google.com on 10 Dec 2012 at 9:41