Class PostAuthenticationCheckEvent

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

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

    • PostAuthenticationCheckEvent

      public PostAuthenticationCheckEvent(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