B
- the generic typepublic interface BasicAuthObservable<B extends BasicAuthObservable<B>>
BasicAuthObserver
on
incoming HTTP Basic-Authentication requests.
TODO: Provide means to add multiple BasicAuthObserver
instances and
invoke them as of their locator pattern (provide an additional locator
argument and an "BasicAuthEndpoint" class).Modifier and Type | Method | Description |
---|---|---|
B |
onBasicAuthRequest(BasicAuthObserver aObserver) |
Registers the
BasicAuthObserver to handle incoming HTTP basic
authentication requests. |
B onBasicAuthRequest(BasicAuthObserver aObserver)
BasicAuthObserver
to handle incoming HTTP basic
authentication requests.aObserver
- The observer to handle incoming HTTP basic
authentication requests.Copyright © 2018. All rights reserved.