Uses of Interface
io.inverno.mod.security.authentication.CredentialsMatcher
Packages that use CredentialsMatcher
Package
Description
Inverno security authentication API.
Inverno security user provisioning API.
-
Uses of CredentialsMatcher in io.inverno.mod.security.authentication
Classes in io.inverno.mod.security.authentication that implement CredentialsMatcherModifier and TypeClassDescriptionclassLoginCredentialsMatcher<A extends LoginCredentials,B extends LoginCredentials> A login credentials matcher is used to verify that two login credentials are matching.Fields in io.inverno.mod.security.authentication declared as CredentialsMatcherModifier and TypeFieldDescriptionprotected final CredentialsMatcher<? super A, ? super B> AbstractPrincipalAuthenticator.credentialsMatcherThe credentials matcher.Constructors in io.inverno.mod.security.authentication with parameters of type CredentialsMatcherModifierConstructorDescriptionprotectedAbstractPrincipalAuthenticator(CredentialsResolver<? extends B> credentialsResolver, CredentialsMatcher<? super A, ? super B> credentialsMatcher) Creates a terminal principal authenticator with the specified credentials resolver and credentials matcher.PrincipalAuthenticator(CredentialsResolver<? extends B> credentialsResolver, CredentialsMatcher<? super A, ? super B> credentialsMatcher) Creates a terminal principal authenticator with the specified credentials resolver and credentials matcher. -
Uses of CredentialsMatcher in io.inverno.mod.security.authentication.user
Constructors in io.inverno.mod.security.authentication.user with parameters of type CredentialsMatcherModifierConstructorDescriptionUserAuthenticator(CredentialsResolver<? extends C> credentialsResolver, CredentialsMatcher<? super A, ? super C> credentialsMatcher) Creates a terminal user authenticator with the specified user credentials resolver and user credentials matcher.