Package com.google.gerrit.sshd
Class InactiveAccountDisconnector
- java.lang.Object
-
- com.google.gerrit.sshd.InactiveAccountDisconnector
-
- All Implemented Interfaces:
AccountActivationListener
public class InactiveAccountDisconnector extends Object implements AccountActivationListener
Closes open SSH connections upon account deactivation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onAccountDeactivated(int id)
Invoked after an account got deactivated-
Methods 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 Detail
-
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
-
-