Uses of Class
io.inverno.mod.security.authentication.AuthenticationException
Packages that use AuthenticationException
Package
Description
Inverno security authentication API.
Inverno security user provisioning API.
-
Uses of AuthenticationException in io.inverno.mod.security.authentication
Subclasses of AuthenticationException in io.inverno.mod.security.authenticationModifier and TypeClassDescriptionclassThrown to indicate that credentials could be resolved by aCredentialsResolver.classThrown to indicate that an authentication has failed due to invalid credentials.Methods in io.inverno.mod.security.authentication with parameters of type AuthenticationExceptionModifier and TypeMethodDescriptionprotected abstract CAbstractPrincipalAuthenticator.createDenied(A credentials, AuthenticationException cause) Creates a denied authentication resulting from a failed authentication.protected PrincipalAuthenticationPrincipalAuthenticator.createDenied(A credentials, AuthenticationException cause) Methods in io.inverno.mod.security.authentication that throw AuthenticationExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<B> Authenticator.authenticate(A credentials) Authenticates the specified credentials and returns an authentication.protected abstract CAbstractPrincipalAuthenticator.createAuthenticated(B resolvedCredentials) Creates an authenticated authentication resulting from a successful authentication using the resolved trusted credentials.protected PrincipalAuthenticationPrincipalAuthenticator.createAuthenticated(B resolvedCredentials) protected abstract CAbstractPrincipalAuthenticator.createDenied(A credentials, AuthenticationException cause) Creates a denied authentication resulting from a failed authentication.protected PrincipalAuthenticationPrincipalAuthenticator.createDenied(A credentials, AuthenticationException cause) reactor.core.publisher.Mono<LoginCredentials> InMemoryLoginCredentialsResolver.resolveCredentials(String id) -
Uses of AuthenticationException in io.inverno.mod.security.authentication.user
Methods in io.inverno.mod.security.authentication.user with parameters of type AuthenticationExceptionModifier and TypeMethodDescriptionprotected UserAuthentication<B> UserAuthenticator.createDenied(A credentials, AuthenticationException cause) Methods in io.inverno.mod.security.authentication.user that throw AuthenticationExceptionModifier 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.protected UserAuthentication<B> UserAuthenticator.createAuthenticated(C resolvedCredentials) protected UserAuthentication<B> UserAuthenticator.createDenied(A credentials, AuthenticationException cause)