Uses of Class
io.inverno.mod.security.authentication.password.PasswordException
Packages that use PasswordException
Package
Description
Inverno security password API.
Inverno security user provisioning API.
-
Uses of PasswordException in io.inverno.mod.security.authentication.password
Methods in io.inverno.mod.security.authentication.password that throw PasswordExceptionModifier and TypeMethodDescriptionEncodes the specified raw password.booleanbooleanbooleandefault booleanMatches the specified passwords.booleanMatches the specified raw password with the specified encoded representation.default booleanDetermines whether the password matches the specified password.default booleanDetermines whether the password matches the specified raw password.booleanbooleanbooleanRecovers a password from its encoded representation generated with this encoder. -
Uses of PasswordException in io.inverno.mod.security.authentication.user
Methods in io.inverno.mod.security.authentication.user that throw PasswordExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<B> InMemoryUserRepository.changePassword(LoginCredentials credentials, String rawPassword) reactor.core.publisher.Mono<B> RedisUserRepository.changePassword(LoginCredentials credentials, String rawPassword) reactor.core.publisher.Mono<B> UserRepository.changePassword(LoginCredentials credentials, String rawPassword) Changes the password of the user identified by the specified credentials.