public class ExtremeSwingClientAuthorizer extends Object implements ClientAuthorizer
Constructor and Description |
---|
ExtremeSwingClientAuthorizer(Component parent)
Constructor.
|
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.
|
public ExtremeSwingClientAuthorizer(Component parent)
parent
- parent component, may be nullpublic void authorize(HttpServer.Request request, Map securityMap) throws SampException
ClientAuthorizer
authorize
in interface ClientAuthorizer
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.