Interface and Description |
---|
io.vertx.ext.auth.AuthOptions
do not use this interface to create a provider, use the provider specific factory.
|
io.vertx.ext.auth.AuthProvider
This interface was quite opionated. The new alternative is to use one of the specific interfaces:
AuthenticationProvider or AuthorizationProvider |
Class and Description |
---|
io.vertx.ext.auth.AbstractUser
All user objects should be created using
User.create(JsonObject) . |
Copyright © 2020 Eclipse. All rights reserved.