Google authentication and gmail access in java -


i working on jsf application.

  1. in user should able login gmail/google apps account (redirected google login page , returned after authentication)

  2. and user should able check/delete emails (using java gmail) in subsequent screen.

this application hosted in jboss/tomcat server , not in gae appspot.

i checked examples create login , logout urls using gae api or oauth2.

https://developers.google.com/appengine/docs/java/users/overview

but seems not possible access gmail after authentication in above method.

if can provide inputs, highly appreciated. time.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -