Exemplo n.º 1
0
 public static void logout(String action) {
   GAE.logout(action);
 }
Exemplo n.º 2
0
 public static void login(String action) {
   GAE.login(action);
 }
Exemplo n.º 3
0
 public static String getEmail() {
   return GAE.getUser().getEmail();
 }
Exemplo n.º 4
0
 public static User getUser() {
   return GAE.getUser();
 }
Exemplo n.º 5
0
 public static boolean isLoggedIn() {
   return GAE.isLoggedIn();
 }