public class BasicPhylum extends AuthPhylum
| Modifier and Type | Field and Description |
|---|---|
protected io.vertx.up.secure.handler.AuthorizationAuthPhylum.Type |
type |
authorities, authProvider, realm| Constructor and Description |
|---|
BasicPhylum(io.vertx.ext.auth.AuthProvider authProvider,
String realm) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
authenticateHeader(io.vertx.ext.web.RoutingContext context) |
protected void |
parseAuthorization(io.vertx.ext.web.RoutingContext ctx,
boolean optional,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
void |
parseCredentials(io.vertx.ext.web.RoutingContext context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
addAuthorities, addAuthority, authorize, getLogger, handlepublic BasicPhylum(io.vertx.ext.auth.AuthProvider authProvider,
String realm)
public void parseCredentials(io.vertx.ext.web.RoutingContext context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
protected String authenticateHeader(io.vertx.ext.web.RoutingContext context)
authenticateHeader in class AuthPhylumprotected final void parseAuthorization(io.vertx.ext.web.RoutingContext ctx,
boolean optional,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Copyright © 2021. All rights reserved.