On Fri, Jul 12, 2019 at 9:36 AM selva vignesh <
selvavi...@gmail.com> wrote:
> If any new user added or existing user got deleted from jenkins, how can i know using listener.
There is no such concept. A `SecurityRealm` is asked to validate that
a given login is authorized, but it does not generally maintain any
sort of enumeration of valid users. These could change at any time in,
say, some LDAP server.