| 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 |
| io.vertx.ext.auth.HashingAlgorithm
this class should not be used directly
|
| io.vertx.ext.auth.HashingStrategy
this class should not be used directly
|
| io.vertx.ext.auth.VertxContextPRNG
instead use
VertxContextPRNG |
| Class and Description |
|---|
| io.vertx.ext.auth.HashString
this class should not be used directly
|
| io.vertx.ext.auth.PRNG
this class should not be used directly and should be package private
|
Copyright © 2025 Eclipse. All rights reserved.