Uses of Class
io.vertx.ext.auth.authentication.CredentialValidationException
-
Packages that use CredentialValidationException Package Description io.vertx.ext.auth.authentication io.vertx.ext.auth.htdigest io.vertx.ext.auth.oauth2 io.vertx.ext.auth.otp io.vertx.ext.auth.webauthn4j -
-
Uses of CredentialValidationException in io.vertx.ext.auth.authentication
Methods in io.vertx.ext.auth.authentication that throw CredentialValidationException Modifier and Type Method Description default Credentials
Credentials. applyHttpChallenge(String challenge)
Applies the HTTP Authorization challenge to this Credential instance.default Credentials
Credentials. applyHttpChallenge(String challenge, HttpMethod method, String uri)
Applies the HTTP Authorization challenge to this Credential instance.default Credentials
Credentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)
Applies the HTTP Authorization challenge to this Credential instance.TokenCredentials
TokenCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)
UsernamePasswordCredentials
UsernamePasswordCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)
default <V> void
Credentials. checkValid(V arg)
Implementors should override this method to perform validation.<V> void
TokenCredentials. checkValid(V arg)
<V> void
UsernamePasswordCredentials. checkValid(V arg)
-
Uses of CredentialValidationException in io.vertx.ext.auth.htdigest
Methods in io.vertx.ext.auth.htdigest that throw CredentialValidationException Modifier and Type Method Description HtdigestCredentials
HtdigestCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)
<V> void
HtdigestCredentials. checkValid(V arg)
-
Uses of CredentialValidationException in io.vertx.ext.auth.oauth2
Methods in io.vertx.ext.auth.oauth2 that throw CredentialValidationException Modifier and Type Method Description <V> void
Oauth2Credentials. checkValid(V arg)
-
Uses of CredentialValidationException in io.vertx.ext.auth.otp
Methods in io.vertx.ext.auth.otp that throw CredentialValidationException Modifier and Type Method Description <V> void
OtpCredentials. checkValid(V arg)
-
Uses of CredentialValidationException in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j that throw CredentialValidationException Modifier and Type Method Description <V> void
WebAuthn4JCredentials. checkValid(V arg)
-