Uses of Class
io.vertx.ext.auth.authentication.UsernamePasswordCredentials
-
Packages that use UsernamePasswordCredentials Package Description io.vertx.ext.auth.authentication -
-
Uses of UsernamePasswordCredentials in io.vertx.ext.auth.authentication
Methods in io.vertx.ext.auth.authentication that return UsernamePasswordCredentials Modifier and Type Method Description UsernamePasswordCredentials
UsernamePasswordCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)
UsernamePasswordCredentials
UsernamePasswordCredentials. setPassword(String password)
UsernamePasswordCredentials
UsernamePasswordCredentials. setUsername(String username)
-