public class HtpasswdUser extends AbstractUser
| Modifier and Type | Method and Description |
|---|---|
protected void |
doIsPermitted(String permission,
Handler<AsyncResult<Boolean>> resultHandler) |
JsonObject |
principal()
Get the underlying principal for the User.
|
void |
setAuthProvider(AuthProvider authProvider)
Set the auth provider for the User.
|
cachePermission, clearCache, isAuthorized, readFromBuffer, writeToBufferclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAuthorisedprotected void doIsPermitted(String permission, Handler<AsyncResult<Boolean>> resultHandler)
doIsPermitted in class AbstractUserpublic JsonObject principal()
User
{
"username", "tim"
}
public void setAuthProvider(AuthProvider authProvider)
UserauthProvider - the AuthProvider - this must be the same type of AuthProvider that originally created the UserCopyright © 2020. All rights reserved.