@Extension public class UserCreationListener extends SecurityListener
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
UserCreationListener() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<UserCreationListener> |
getInstance()
Returns a registered
UserCreationListener instance. |
protected void |
userCreated(String username)
Fired when a new user account has been created.
|
authenticated, failedToAuthenticate, failedToLogIn, fireAuthenticated, fireFailedToAuthenticate, fireFailedToLogIn, fireLoggedIn, fireLoggedOut, fireUserCreated, loggedIn, loggedOutprotected void userCreated(@NonNull
String username)
userCreated in class SecurityListenerusername - the userpublic static ExtensionList<UserCreationListener> getInstance()
UserCreationListener instance.Copyright © 2016–2025. All rights reserved.