public class Pac4jUser
extends io.vertx.ext.auth.AbstractUser
| Constructor and Description |
|---|
Pac4jUser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doIsPermitted(String permission,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> resultHandler) |
Map<String,org.pac4j.core.profile.CommonProfile> |
pac4jUserProfiles() |
io.vertx.core.json.JsonObject |
principal() |
int |
readFromBuffer(int pos,
io.vertx.core.buffer.Buffer buffer) |
void |
setAuthProvider(io.vertx.ext.auth.AuthProvider authProvider) |
void |
setUserProfile(String clientName,
org.pac4j.core.profile.CommonProfile profile,
boolean multiProfile) |
void |
writeToBuffer(io.vertx.core.buffer.Buffer buff) |
protected void doIsPermitted(String permission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> resultHandler)
doIsPermitted in class io.vertx.ext.auth.AbstractUserpublic io.vertx.core.json.JsonObject principal()
public void setAuthProvider(io.vertx.ext.auth.AuthProvider authProvider)
public void writeToBuffer(io.vertx.core.buffer.Buffer buff)
writeToBuffer in interface io.vertx.core.shareddata.impl.ClusterSerializablewriteToBuffer in class io.vertx.ext.auth.AbstractUserpublic int readFromBuffer(int pos,
io.vertx.core.buffer.Buffer buffer)
readFromBuffer in interface io.vertx.core.shareddata.impl.ClusterSerializablereadFromBuffer in class io.vertx.ext.auth.AbstractUserpublic void setUserProfile(String clientName, org.pac4j.core.profile.CommonProfile profile, boolean multiProfile)
Copyright © 2016. All Rights Reserved.