public interface ClientAuthorizer
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(HttpServer.Request request,
Map securityMap)
Indicates whether an HTTP request representing an otherwise
unauthorized connection attempt will be permitted access to
sensitive system resources.
|
void authorize(HttpServer.Request request, Map securityMap) throws SampException
request - incoming HTTP requestsecurityMap - credential items supplied explicitly by
aspiring client to support its registration
requestSampException - with reason if authorization is deniedCopyright © 2008–2024. All rights reserved.