public abstract class RemoteCommand extends Object
| Constructor and Description |
|---|
RemoteCommand(AdminClient adminClient) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute(String input)
Execute the remote kadmin command
|
public RemoteCommand(AdminClient adminClient)
public abstract void execute(String input) throws KrbException
input - String includes commandsKrbException - If there is an a problem executing the remote commandCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.