App Engine Python SDK version 1.7.4 (2)
[gae.git] / java / src / main / com / google / appengine / api / appidentity / AppIdentityServiceFactory.java
blob33e2af2317d50523221def2e29b2e97852a6bac0
1 // Copyright 2011 Google Inc. All rights reserved.
2 package com.google.appengine.api.appidentity;
4 /**
5 * Creates new instances of the App identity service.
7 */
8 public final class AppIdentityServiceFactory {
9 private AppIdentityServiceFactory() {}
11 public static AppIdentityService getAppIdentityService() {
12 return new AppIdentityServiceImpl();