Uses of Interface
io.inverno.mod.security.authentication.LoginCredentials
Packages that use LoginCredentials
Package
Description
Inverno security authentication API.
Inverno security password API.
Inverno security user provisioning API.
Inverno security authentication API implementation.
-
Uses of LoginCredentials in io.inverno.mod.security.authentication
Classes in io.inverno.mod.security.authentication with type parameters of type LoginCredentialsModifier and TypeClassDescriptionclassLoginCredentialsMatcher<A extends LoginCredentials,B extends LoginCredentials> A login credentials matcher is used to verify that two login credentials are matching.classLoginCredentialsMatcher<A extends LoginCredentials,B extends LoginCredentials> A login credentials matcher is used to verify that two login credentials are matching.Methods in io.inverno.mod.security.authentication that return LoginCredentialsModifier and TypeMethodDescriptionstatic LoginCredentialsCreates a login credentials with the specified username and password.Removes the login credentials identified by the specified username.Methods in io.inverno.mod.security.authentication that return types with arguments of type LoginCredentialsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<LoginCredentials> InMemoryLoginCredentialsResolver.resolveCredentials(String id) Methods in io.inverno.mod.security.authentication with parameters of type LoginCredentialsModifier and TypeMethodDescriptionvoidInMemoryLoginCredentialsResolver.put(LoginCredentials credentials) Adds/Sets the specified login credentials.Constructor parameters in io.inverno.mod.security.authentication with type arguments of type LoginCredentialsModifierConstructorDescriptionInMemoryLoginCredentialsResolver(List<LoginCredentials> credentials) Creates a login credentials resolver initialized with the specified list of credentials. -
Uses of LoginCredentials in io.inverno.mod.security.authentication.password
Classes in io.inverno.mod.security.authentication.password with type parameters of type LoginCredentialsModifier and TypeInterfaceDescriptioninterfacePasswordPolicy<A extends LoginCredentials,B extends PasswordPolicy.PasswordStrength> A password policy is used to evaluate the strength of a password in a login credentials against specific rules.classSimplePasswordPolicy<A extends LoginCredentials>A simple password policy that simply checks for password's length. -
Uses of LoginCredentials in io.inverno.mod.security.authentication.user
Classes in io.inverno.mod.security.authentication.user that implement LoginCredentialsModifier and TypeClassDescriptionclassAn application user that can be authenticated in an application using password credentials.Methods in io.inverno.mod.security.authentication.user with parameters of type LoginCredentialsModifier 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. -
Uses of LoginCredentials in io.inverno.mod.security.internal.authentication
Classes in io.inverno.mod.security.internal.authentication that implement LoginCredentials