public class DrupalUser extends io.vertx.ext.auth.AbstractUser
Constructor and Description |
---|
DrupalUser() |
DrupalUser(io.vertx.core.json.JsonObject loginJson,
java.lang.String groupsField,
java.lang.String fullNameField,
java.lang.String role) |
Modifier and Type | Method and Description |
---|---|
protected void |
doIsPermitted(java.lang.String authority,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>> handler) |
io.vertx.core.json.JsonObject |
principal() |
void |
setAuthProvider(io.vertx.ext.auth.AuthProvider provider) |
clearCache, isAuthorized, readFromBuffer, writeToBuffer
public DrupalUser()
public DrupalUser(io.vertx.core.json.JsonObject loginJson, java.lang.String groupsField, java.lang.String fullNameField, java.lang.String role)
public io.vertx.core.json.JsonObject principal()
public void setAuthProvider(io.vertx.ext.auth.AuthProvider provider)
protected void doIsPermitted(java.lang.String authority, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>> handler)
doIsPermitted
in class io.vertx.ext.auth.AbstractUser