Uses of Interface
io.vertx.ext.auth.authentication.Credentials
Packages that use Credentials
Package
Description
-
Uses of Credentials in io.vertx.ext.auth.audit
Methods in io.vertx.ext.auth.audit with parameters of type Credentials -
Uses of Credentials in io.vertx.ext.auth.authentication
Classes in io.vertx.ext.auth.authentication that implement CredentialsModifier and TypeClassDescriptionclassCredentials used by anyAuthenticationProviderthat requires Tokens, such as OAuth2 or JWT to perform its authenticationclassCredentials used by anyAuthenticationProviderthat requires tokens, for example JWT, Oauth2, OpenId ConnectMethods in io.vertx.ext.auth.authentication that return CredentialsModifier and TypeMethodDescriptiondefault CredentialsCredentials.applyHttpChallenge(String challenge) Applies the HTTP Authorization challenge to this Credential instance.default CredentialsCredentials.applyHttpChallenge(String challenge, HttpMethod method, String uri) Applies the HTTP Authorization challenge to this Credential instance.default CredentialsCredentials.applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce) Applies the HTTP Authorization challenge to this Credential instance.Methods in io.vertx.ext.auth.authentication with parameters of type CredentialsModifier and TypeMethodDescriptionAuthenticationProvider.authenticate(Credentials credentials) Authenticate a user. -
Uses of Credentials in io.vertx.ext.auth.htdigest
Classes in io.vertx.ext.auth.htdigest that implement CredentialsModifier and TypeClassDescriptionclassCredentials specific to theHtdigestAuthauthentication provider -
Uses of Credentials in io.vertx.ext.auth.oauth2
Classes in io.vertx.ext.auth.oauth2 that implement Credentials -
Uses of Credentials in io.vertx.ext.auth.otp
Classes in io.vertx.ext.auth.otp that implement CredentialsModifier and TypeClassDescriptionclass -
Uses of Credentials in io.vertx.ext.auth.webauthn4j
Classes in io.vertx.ext.auth.webauthn4j that implement Credentials -
Uses of Credentials in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type CredentialsModifier and TypeMethodDescriptionHttpRequest.authentication(Credentials credentials) Configure the request to perform HTTP Authentication.OAuth2WebClient.withCredentials(Credentials credentials) Mark that request should be dispatched with authentication obtained from passedOAuth2Authprovider -
Uses of Credentials in io.vertx.reactivex.ext.auth.audit
Methods in io.vertx.reactivex.ext.auth.audit with parameters of type Credentials -
Uses of Credentials in io.vertx.reactivex.ext.auth.authentication
Methods in io.vertx.reactivex.ext.auth.authentication with parameters of type CredentialsModifier and TypeMethodDescriptionAuthenticationProvider.authenticate(Credentials credentials) Authenticate a 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 CredentialsModifier and TypeMethodDescriptionHttpRequest.authentication(Credentials credentials) Configure the request to perform HTTP Authentication.OAuth2WebClient.withCredentials(Credentials credentials) Mark that request should be dispatched with authentication obtained from passedOAuth2Authprovider -
Uses of Credentials in io.vertx.rxjava3.ext.auth.audit
Methods in io.vertx.rxjava3.ext.auth.audit with parameters of type Credentials -
Uses of Credentials in io.vertx.rxjava3.ext.auth.authentication
Methods in io.vertx.rxjava3.ext.auth.authentication with parameters of type CredentialsModifier and TypeMethodDescriptionAuthenticationProvider.authenticate(Credentials credentials) Authenticate a user.AuthenticationProvider.rxAuthenticate(Credentials credentials) Authenticate a user. -
Uses of Credentials in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client with parameters of type CredentialsModifier and TypeMethodDescriptionHttpRequest.authentication(Credentials credentials) Configure the request to perform HTTP Authentication.OAuth2WebClient.withCredentials(Credentials credentials) Mark that request should be dispatched with authentication obtained from passedOAuth2Authprovider