Uses of Class
io.inverno.mod.security.authentication.InvalidCredentialsException
Packages that use InvalidCredentialsException
Package
Description
Inverno security authentication API.
Inverno security authentication API implementation.
-
Uses of InvalidCredentialsException in io.inverno.mod.security.authentication
Methods in io.inverno.mod.security.authentication that throw InvalidCredentialsExceptionModifier and TypeMethodDescriptionstatic LoginCredentialsCreates a login credentials with the specified username and password. -
Uses of InvalidCredentialsException in io.inverno.mod.security.internal.authentication
Constructors in io.inverno.mod.security.internal.authentication that throw InvalidCredentialsExceptionModifierConstructorDescriptionGenericLoginCredentials(String username, Password<?, ?> password) Creates generic credentials with the specified username and password.