| Interface | Description |
|---|---|
| AuthOptions | Deprecated
do not use this interface to create a provider, use the provider specific factory.
|
| AuthProvider |
User-facing interface for authenticating users.
|
| AuthStore |
Generic interface to fetch user related information from a server backend.
|
| ChainAuth |
Chain several auth providers as if they were one.
|
| HashingAlgorithm |
Hashing Algorithm.
|
| HashingStrategy |
Hashing Strategy manager.
|
| User |
Represents an authenticates User and contains operations to authorise the user.
|
| VertxContextPRNG |
A secure non blocking random number generator isolated to the current context.
|
| Class | Description |
|---|---|
| AbstractUser | Deprecated
All user objects should be created using
User.create(JsonObject). |
| HashString |
Utility class to encode/decore hashed strings to be stored on a persistent storage.
|
| KeyStoreOptions |
Options describing how an JWT KeyStore should behave.
|
| KeyStoreOptionsConverter |
Converter and mapper for
KeyStoreOptions. |
| PRNG |
Wrapper around secure random that periodically seeds the PRNG with new entropy.
|
| PubSecKeyOptions |
Options describing how a Cryptographic Key.
|
| PubSecKeyOptionsConverter |
Converter and mapper for
PubSecKeyOptions. |
Copyright © 2019 Eclipse. All rights reserved.