public interface AuthenticationEvaluator
Modifier and Type | Method and Description |
---|---|
org.springframework.security.authentication.UsernamePasswordAuthenticationToken |
authenticateUserNonce(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv,
String enteredUsername,
String enteredNonce,
NonceCredentialsPolicyType noncePolicy) |
org.springframework.security.authentication.UsernamePasswordAuthenticationToken |
authenticateUserPassword(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv,
String enteredUsername,
String enteredPassword) |
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken |
authenticateUserPreAuthenticated(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv,
String enteredUsername) |
org.springframework.security.authentication.UsernamePasswordAuthenticationToken authenticateUserPassword(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv, String enteredUsername, String enteredPassword) 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.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.web.authentication.preauth.PreAuthenticatedAuthenticationToken authenticateUserPreAuthenticated(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv, String enteredUsername)
org.springframework.security.authentication.UsernamePasswordAuthenticationToken authenticateUserNonce(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv, String enteredUsername, String enteredNonce, NonceCredentialsPolicyType noncePolicy) 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.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
Copyright © 2017 Evolveum. All rights reserved.