Interface BasicAuthMarshaller.Handler

All Known Implementing Classes:
BasicSqlAuthenticationHandler
Enclosing class:
BasicAuthMarshaller

public static interface BasicAuthMarshaller.Handler
Handler for "Basic" auth types. Note that only one can be configured at a time, unlike other handler types - to support more than one username/password strategy, the implementation of this interface will need to handle that behavior, perhaps by delegating to more than one sub-handler.