Interface BindProfileModifyWatcher.PostBindProfileModifyAction

Enclosing interface:
BindProfileModifyWatcher

public static interface BindProfileModifyWatcher.PostBindProfileModifyAction
Interface to provide a method for actions that would be done post the user's selection of the action on noticing the bind profile modification
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postBindProfileModifyAction(boolean passwordChange, String newPassphrase)
    Action to be taken after the user has selected an action on noticing external modification of bind profile file
  • Method Details

    • postBindProfileModifyAction

      void postBindProfileModifyAction(boolean passwordChange, String newPassphrase)
      Action to be taken after the user has selected an action on noticing external modification of bind profile file
      Parameters:
      passwordChange - if the password has been changed externally
      newPassphrase - new passphrase with which the bind profile has been reloaded