Package com.google.gerrit.sshd
Class InactiveAccountDisconnector
java.lang.Object
com.google.gerrit.sshd.InactiveAccountDisconnector
- All Implemented Interfaces:
AccountActivationListener
Closes open SSH connections upon account deactivation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAccountDeactivated
(int id) Invoked after an account got deactivatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gerrit.extensions.events.AccountActivationListener
onAccountActivated
-
Method Details
-
onAccountDeactivated
public void onAccountDeactivated(int id) Description copied from interface:AccountActivationListener
Invoked after an account got deactivated- Specified by:
onAccountDeactivated
in interfaceAccountActivationListener
- Parameters:
id
- of the account
-