com.google.appengine.api.users.dev
Class LocalUserService
java.lang.Object
com.google.appengine.api.users.dev.LocalUserService
@ServiceProvider(value=)
public final class LocalUserService
- extends java.lang.Object
creates URLs that point to LocalLoginServlet
and LocalLogoutServlet
when used within
the Development AppServer environment.
There is a known discrepancy between this implementation and the production
implementation. The production version will throw a
ApiProxy.ApplicationException
with {
Field Summary |
static java.lang.String |
PACKAGE
The package name for this service. |
Method Summary |
CreateLoginURLResponse |
createLoginURL(Status status,
CreateLoginURLRequest request)
|
CreateLogoutURLResponse |
createLogoutURL(Status status,
CreateLogoutURLRequest request)
|
java.lang.String |
getPackage()
|
void |
init(LocalServiceContext context,
java.util.Map<java.lang.String,java.lang.String> properties)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACKAGE
public static final java.lang.String PACKAGE
- The package name for this service.
- See Also:
- Constant Field Values
LocalUserService
public LocalUserService()
createLoginURL
public CreateLoginURLResponse createLoginURL(Status status,
CreateLoginURLRequest request)
createLogoutURL
public CreateLogoutURLResponse createLogoutURL(Status status,
CreateLogoutURLRequest request)
getPackage
public java.lang.String getPackage()
init
public void init(LocalServiceContext context,
java.util.Map<java.lang.String,java.lang.String> properties)
start
public void start()
stop
public void stop()