Package io.vertx.ext.auth
-
Interface Summary Interface Description ChainAuth Chain several authentication providers as if they were one.User Represents an authenticates User and contains operations to authorise the user. -
Class Summary Class Description JWTOptions JWTOptionsConverter Converter and mapper forJWTOptions
.KeyStoreOptions Options describing how an JWT KeyStore should behave.KeyStoreOptionsConverter Converter and mapper forKeyStoreOptions
.PubSecKeyOptions Options describing Key stored in PEM format.PubSecKeyOptionsConverter Converter and mapper forPubSecKeyOptions
. -
Exception Summary Exception Description NoSuchKeyIdException No such KeyId exception is thrown when a JWT with a well known "kid" does not find a matching "kid" in the crypto list.