java.lang.Object
org.apache.kerby.kerberos.kerb.admin.kadmin.remote.command.RemoteCommand
Direct Known Subclasses:
RemoteAddPrincipalCommand, RemoteChangePasswordCommand, RemoteDeletePrincipalCommand, RemoteGetPrincipalCommand, RemoteKeytabAddCommand, RemoteListPrincsCommand, RemotePrintUsageCommand, RemoteRenamePrincipalCommand

public abstract class RemoteCommand extends Object
Abstract class of all remote kadmin commands
  • Constructor Details

    • RemoteCommand

      public RemoteCommand(AdminClient adminClient)
  • Method Details

    • execute

      public abstract void execute(String input) throws org.apache.kerby.kerberos.kerb.KrbException
      Execute the remote kadmin command
      Parameters:
      input - String includes commands
      Throws:
      org.apache.kerby.kerberos.kerb.KrbException - If there is an a problem executing the remote command