public static interface ApiProxy.Environment
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppId()
Gets the application identifier for the current application.
|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Get a
Map containing any attributes that have been set in this
Environment . |
java.lang.String |
getAuthDomain()
Returns the domain used for authentication.
|
java.lang.String |
getEmail()
Gets the email address of the currently logged-in user.
|
java.lang.String |
getModuleId()
Gets the module identifier for the current application instance.
|
long |
getRemainingMillis()
Gets the remaining number of milliseconds left before this request receives a
DeadlineExceededException from App Engine.
|
java.lang.String |
getRequestNamespace()
Deprecated.
Use
NamespaceManager .getGoogleAppsNamespace() |
java.lang.String |
getVersionId()
Gets the version identifier for the current application version.
|
boolean |
isAdmin()
Returns true if the currently logged-in user is an administrator.
|
boolean |
isLoggedIn()
Returns true if the user is logged in.
|
java.lang.String getAppId()
java.lang.String getModuleId()
java.lang.String getVersionId()
java.lang.String getEmail()
boolean isLoggedIn()
boolean isAdmin()
java.lang.String getAuthDomain()
@Deprecated java.lang.String getRequestNamespace()
NamespaceManager
.getGoogleAppsNamespace()java.util.Map<java.lang.String,java.lang.Object> getAttributes()
Map
containing any attributes that have been set in this
Environment
. The returned Map
is mutable and is a
useful place to store transient, per-request information.long getRemainingMillis()