Package io.vertx.ext.auth.authentication
-
Interface Summary Interface Description AuthenticationProvider User-facing interface for authenticating users.Credentials Abstract representation of a Credentials object. -
Class Summary Class Description TokenCredentials Credentials used by anyAuthenticationProvider
that requires Tokens, such as OAuth2 or JWT to perform its authenticationTokenCredentialsConverter Converter and mapper forTokenCredentials
.UsernamePasswordCredentials Credentials used by anyAuthenticationProvider
that requires tokens, for example JWT, Oauth2, OpenId ConnectUsernamePasswordCredentialsConverter Converter and mapper forUsernamePasswordCredentials
. -
Exception Summary Exception Description CredentialValidationException Signals that the validation of theCredentials
implementation is not valid.