Uses of Interface
io.vertx.reactivex.ext.auth.authentication.Credentials
-
Packages that use Credentials Package Description io.vertx.reactivex.ext.auth.audit io.vertx.reactivex.ext.auth.authentication io.vertx.reactivex.ext.web.client -
-
Uses of Credentials in io.vertx.reactivex.ext.auth.audit
Methods in io.vertx.reactivex.ext.auth.audit with parameters of type Credentials Modifier and Type Method Description SecurityAuditSecurityAudit. credentials(Credentials credentials) -
Uses of Credentials in io.vertx.reactivex.ext.auth.authentication
Methods in io.vertx.reactivex.ext.auth.authentication that return Credentials Modifier and Type Method Description CredentialsCredentials. applyHttpChallenge(String challenge)Applies the HTTP Authorization challenge to this Credential instance.CredentialsCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri)Applies the HTTP Authorization challenge to this Credential instance.CredentialsCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)Applies the HTTP Authorization challenge to this Credential instance.static CredentialsCredentials. newInstance(Credentials arg)Methods in io.vertx.reactivex.ext.auth.authentication with parameters of type Credentials Modifier and Type Method Description Future<User>AuthenticationProvider. authenticate(Credentials credentials)Authenticate a user.io.reactivex.Single<User>AuthenticationProvider. rxAuthenticate(Credentials credentials)Authenticate a user. -
Uses of Credentials in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client with parameters of type Credentials Modifier and Type Method Description HttpRequest<T>HttpRequest. authentication(Credentials credentials)Configure the request to perform HTTP Authentication.OAuth2WebClientOAuth2WebClient. withCredentials(Credentials credentials)Mark that request should be dispatched with authentication obtained from passedOAuth2Authprovider
-