public interface AuthenticationEvaluator<T extends AbstractAuthenticationContext>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.UsernamePasswordAuthenticationToken |
authenticate(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv,
T authnCtx) |
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken |
authenticateUserPreAuthenticated(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv,
String enteredUsername) |
UserType |
checkCredentials(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv,
T authnCtx) |
org.springframework.security.authentication.UsernamePasswordAuthenticationToken authenticate(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv,
T authnCtx)
throws org.springframework.security.authentication.BadCredentialsException,
org.springframework.security.authentication.AuthenticationCredentialsNotFoundException,
org.springframework.security.authentication.DisabledException,
org.springframework.security.authentication.LockedException,
org.springframework.security.authentication.CredentialsExpiredException,
org.springframework.security.authentication.AuthenticationServiceException,
org.springframework.security.access.AccessDeniedException,
org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.security.authentication.BadCredentialsExceptionorg.springframework.security.authentication.AuthenticationCredentialsNotFoundExceptionorg.springframework.security.authentication.DisabledExceptionorg.springframework.security.authentication.LockedExceptionorg.springframework.security.authentication.CredentialsExpiredExceptionorg.springframework.security.authentication.AuthenticationServiceExceptionorg.springframework.security.access.AccessDeniedExceptionorg.springframework.security.core.userdetails.UsernameNotFoundException@NotNull UserType checkCredentials(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv, T authnCtx) throws org.springframework.security.authentication.BadCredentialsException, org.springframework.security.authentication.AuthenticationCredentialsNotFoundException, org.springframework.security.authentication.DisabledException, org.springframework.security.authentication.LockedException, org.springframework.security.authentication.CredentialsExpiredException, org.springframework.security.authentication.AuthenticationServiceException, org.springframework.security.access.AccessDeniedException, org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.security.authentication.BadCredentialsExceptionorg.springframework.security.authentication.AuthenticationCredentialsNotFoundExceptionorg.springframework.security.authentication.DisabledExceptionorg.springframework.security.authentication.LockedExceptionorg.springframework.security.authentication.CredentialsExpiredExceptionorg.springframework.security.authentication.AuthenticationServiceExceptionorg.springframework.security.access.AccessDeniedExceptionorg.springframework.security.core.userdetails.UsernameNotFoundExceptionorg.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken authenticateUserPreAuthenticated(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv,
String enteredUsername)
Copyright © 2020 Evolveum. All rights reserved.