public class HttpBasicAuthorizer
extends java.lang.Object
${services_rest_HttpBasicAuthorizer_Title}
${services_rest_HttpBasicAuthorizer_Description}
Constructor and Description |
---|
HttpBasicAuthorizer() |
Modifier and Type | Method and Description |
---|---|
protected void |
challenge(Response response, boolean stale)
${services_rest_HttpBasicAuthorizer_method_challenge_Title}
|
protected java.lang.String |
getCorrectPassward(java.lang.String identifier)
${services_rest_HttpBasicAuthorizer_method_getCorrectPassward_Title}
|
int |
verify(Request request, Response response)
Verifies the authentication information provided by the client.
|
protected void challenge(Response response, boolean stale)
${services_rest_HttpBasicAuthorizer_method_challenge_Title}
${services_rest_HttpBasicAuthorizer_method_challenge_Description}
response
- ${services_rest_HttpBasicAuthorizer_method_challenge_param_response}stale
- ${services_rest_HttpBasicAuthorizer_method_challenge_param_stale}public int verify(Request request, Response response)
Verifies the authentication information provided by the client.
request
- request object content.response
- Response object content.protected java.lang.String getCorrectPassward(java.lang.String identifier)
${services_rest_HttpBasicAuthorizer_method_getCorrectPassward_Title}
${services_rest_HttpBasicAuthorizer_method_getCorrectPassward_Description}
identifier
- ${services_rest_HttpBasicAuthorizer_method_getCorrectPassward_param_identifier}