Uses of Class
io.vertx.ext.auth.authentication.UsernamePasswordCredentials
Packages that use UsernamePasswordCredentials
Package
Description
-
Uses of UsernamePasswordCredentials in io.vertx.ext.auth.authentication
Methods in io.vertx.ext.auth.authentication that return UsernamePasswordCredentialsModifier and TypeMethodDescriptionUsernamePasswordCredentials.applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce) UsernamePasswordCredentials.setPassword(String password) UsernamePasswordCredentials.setUsername(String username) -
Uses of UsernamePasswordCredentials in io.vertx.ext.auth.htdigest
Subclasses of UsernamePasswordCredentials in io.vertx.ext.auth.htdigestModifier and TypeClassDescriptionclassCredentials specific to theHtdigestAuthauthentication provider -
Uses of UsernamePasswordCredentials in io.vertx.ext.mail
Method parameters in io.vertx.ext.mail with type arguments of type UsernamePasswordCredentialsModifier and TypeMethodDescriptionMailClientBuilder.withCredentialsSupplier(Supplier<Future<UsernamePasswordCredentials>> credentialsSupplier) Set a credentials supplier for the mail client. -
Uses of UsernamePasswordCredentials in io.vertx.reactivex.ext.mail
Method parameters in io.vertx.reactivex.ext.mail with type arguments of type UsernamePasswordCredentialsModifier and TypeMethodDescriptionMailClientBuilder.withCredentialsSupplier(Supplier<Future<UsernamePasswordCredentials>> credentialsSupplier) Set a credentials supplier for the mail client. -
Uses of UsernamePasswordCredentials in io.vertx.rxjava3.ext.mail
Method parameters in io.vertx.rxjava3.ext.mail with type arguments of type UsernamePasswordCredentialsModifier and TypeMethodDescriptionMailClientBuilder.withCredentialsSupplier(Supplier<Single<UsernamePasswordCredentials>> credentialsSupplier) Set a credentials supplier for the mail client.