| Package | Description |
|---|---|
| org.apache.shindig.gadgets.servlet |
| Modifier and Type | Method and Description |
|---|---|
GadgetsHandlerApi.AuthContext |
GadgetsHandlerApi.MetadataRequest.getAuthContext() |
GadgetsHandlerApi.AuthContext |
GadgetsHandlerApi.TokenRequest.getAuthContext() |
GadgetsHandlerApi.AuthContext |
GadgetsHandler.TokenRequestData.getAuthContext() |
GadgetsHandlerApi.AuthContext |
GadgetsHandler.MetadataRequestData.getAuthContext() |
| Modifier and Type | Method and Description |
|---|---|
Long |
ModuleIdManagerImpl.generate(Uri gadgetUri,
GadgetsHandlerApi.AuthContext containerAuthContext) |
Long |
ModuleIdManager.generate(Uri gadgetUri,
GadgetsHandlerApi.AuthContext containerAuthContext)
Generate and persist a new moduleId for the given gadgetUri and container auth context.
|
Long |
ModuleIdManagerImpl.validate(Uri gadgetUri,
GadgetsHandlerApi.AuthContext containerAuthContext,
Long moduleId) |
Long |
ModuleIdManager.validate(Uri gadgetUri,
GadgetsHandlerApi.AuthContext containerAuthContext,
Long moduleId)
Checks to make sure that the proposed moduleId for this gadget is valid.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.