ecologylab.services.authentication
Interface AuthConstants

All Known Implementing Classes:
NIOAuthClient

public interface AuthConstants

Constants for authenticating clients.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Field Summary
static java.lang.String LOGIN_FAILED_TIMEOUT
          Message indicating login failure due to timeout.
static int LOGIN_WAIT_TIME
          Specifies how long an NIOAuthClient will wait for a response from the server regarding log in status in milliseconds.
 

Field Detail

LOGIN_WAIT_TIME

static final int LOGIN_WAIT_TIME
Specifies how long an NIOAuthClient will wait for a response from the server regarding log in status in milliseconds.

See Also:
Constant Field Values

LOGIN_FAILED_TIMEOUT

static final java.lang.String LOGIN_FAILED_TIMEOUT
Message indicating login failure due to timeout.

See Also:
Constant Field Values