public abstract class HTTPAuthorizationHandler<T extends AuthenticationProvider> extends AuthenticationHandlerImpl<T>
| Modifier and Type | Field and Description |
|---|---|
protected io.vertx.ext.web.handler.impl.HTTPAuthorizationHandler.Type |
type |
authProvider, realm| Modifier and Type | Method and Description |
|---|---|
String |
authenticateHeader(RoutingContext context)
Returns
|
protected void |
parseAuthorization(RoutingContext ctx,
boolean optional,
Handler<AsyncResult<String>> handler) |
getAuthProvider, handle, processExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseCredentials, parseCredentials, postAuthenticationprotected final void parseAuthorization(RoutingContext ctx, boolean optional, Handler<AsyncResult<String>> handler)
public String authenticateHeader(RoutingContext context)
context - Copyright © 2021. All rights reserved.