Class PreAuthenticationCheckEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.core.security.event.PreAuthenticationCheckEvent
All Implemented Interfaces:
Serializable

public class PreAuthenticationCheckEvent extends org.springframework.context.ApplicationEvent
Event is fired during authentication process to verify the status of the loaded UserDetails before validation of the credentials takes place. See AbstractUserDetailsAuthenticationProvider.setPreAuthenticationChecks(UserDetailsChecker).
See Also:
  • Constructor Details

    • PreAuthenticationCheckEvent

      public PreAuthenticationCheckEvent(org.springframework.security.core.userdetails.UserDetails user)
      Create a new PreAuthenticationCheckEvent.
      Parameters:
      user - - UserDetails to validate.
  • Method Details

    • getUser

      public org.springframework.security.core.userdetails.UserDetails getUser()
      Returns:
      UserDetails to validate