public interface Verifier
| Modifier and Type | Field and Description | 
|---|---|
| static int | RESULT_INVALIDInvalid credentials provided. | 
| static int | RESULT_MISSINGNo credentials provided. | 
| static int | RESULT_STALEStale credentials provided. | 
| static int | RESULT_UNKNOWNUnknown user. | 
| static int | RESULT_UNSUPPORTEDUnsupported credentials. | 
| static int | RESULT_VALIDValid credentials provided. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | verify(Request request,
      Response response)Attempts to verify the credentials provided by the client user sending
 the request. | 
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
Copyright © 2005-2024 Restlet.