Uses of Class
io.vertx.ext.auth.authentication.CredentialValidationException
-
Packages that use CredentialValidationException Package Description io.vertx.ext.auth.authentication -
-
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 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.TokenCredentialsTokenCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)UsernamePasswordCredentialsUsernamePasswordCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)default <V> voidCredentials. checkValid(V arg)Implementors should override this method to perform validation.<V> voidTokenCredentials. checkValid(V arg)<V> voidUsernamePasswordCredentials. checkValid(V arg)
-