Revision created by MOE tool push_codebase.
[gae.git] / java / src / main / com / google / appengine / api / appidentity / IAppIdentityServiceFactory.java
blobeed6575ebf2f6a96f4e268330e114990f675d655
1 // Copyright 2012 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 interface IAppIdentityServiceFactory {
9 AppIdentityService getAppIdentityService();