|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Verifier
Verifies the credentials provided by a client user sending a request.
| Field Summary | |
|---|---|
static int |
RESULT_INVALID
Invalid credentials provided. |
static int |
RESULT_MISSING
No credentials provided. |
static int |
RESULT_STALE
Stale credentials provided. |
static int |
RESULT_UNKNOWN
Unknown user. |
static int |
RESULT_UNSUPPORTED
Unsupported credentials. |
static int |
RESULT_VALID
Valid credentials provided. |
| Method Summary | |
|---|---|
int |
verify(Request request,
Response response)
Attempts to verify the credentials provided by the client user sending the request. |
| Field Detail |
|---|
static final int RESULT_INVALID
static final int RESULT_MISSING
static final int RESULT_STALE
static final int RESULT_UNSUPPORTED
static final int RESULT_UNKNOWN
static final int RESULT_VALID
| Method Detail |
|---|
int verify(Request request,
Response response)
request - The request sent.response - The response to update.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||