IsUserAdmin semantics in AppEngine
Calling the UserServiceFactory.getUserService () function . isUserAdmin () returns a Boolean value indicating whether the user is an administrator for this application. What does it mean?
-
user is a google apps admin domain used for authentication?
-
Does the user own the app at appengine.google.com?
-
something else?
I don't know the javadoc ....
isUserAdmin boolean isUserAdmin ()
Returns true if the user making this request is the administrator for this application; otherwise, false. Throws: java.lang.IllegalStateException - if the current user is not logged in.
+3
source to share
2 answers