|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthCodes
Basic authentication response codes.
| Field Summary | |
|---|---|
static String |
FAILED_TO_SECURE
A code indicating that we failed to establish a secure connection. |
static String |
INVALID_PASSWORD
A code indicating that the supplied password was invalid. |
static String |
NO_SUCH_USER
A code indicating that no user exists with the specified username. |
static String |
SERVER_ERROR
A code indicating that an internal server error occurred while trying to log the user on. |
static String |
SERVER_UNAVAILABLE
A code indicating that the server is not available at the moment. |
static String |
TRYING_NEXT_PORT
A code indicating that we failed to connect to the server on a port and are trying the next port in the list. |
| Field Detail |
|---|
static final String NO_SUCH_USER
static final String INVALID_PASSWORD
static final String SERVER_ERROR
static final String SERVER_UNAVAILABLE
static final String TRYING_NEXT_PORT
static final String FAILED_TO_SECURE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||