Class UserSeedSecurityListener

    • Constructor Detail

      • UserSeedSecurityListener

        public UserSeedSecurityListener()
    • Method Detail

      • authenticated2

        protected void authenticated2​(@NonNull
                                      org.springframework.security.core.userdetails.UserDetails details)
        Description copied from class: SecurityListener
        Fired when a user was successfully authenticated using credentials. It could be password or any other credentials. This might be via the web UI, or via REST (using API token or Basic), or CLI (remoting, auth, ssh) or any other way plugins can propose.
        Overrides:
        authenticated2 in class SecurityListener
        Parameters:
        details - details of the newly authenticated user, such as name and groups.