Package org.apache.karaf.jaas.command
Class UpdateCommand
- java.lang.Object
-
- org.apache.karaf.jaas.command.JaasCommandSupport
-
- org.apache.karaf.jaas.command.UpdateCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class UpdateCommand extends JaasCommandSupport
-
-
Field Summary
-
Fields inherited from class org.apache.karaf.jaas.command.JaasCommandSupport
JAAS_CMDS, JAAS_ENTRY, JAAS_REALM
-
-
Constructor Summary
Constructors Constructor Description UpdateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectdoExecute(org.apache.karaf.jaas.modules.BackingEngine engine)Objectexecute()Add the command to the command queue.-
Methods inherited from class org.apache.karaf.jaas.command.JaasCommandSupport
getBackingEngine, getRealms, getRealms, setRealms, setSession
-
-
-
-
Method Detail
-
execute
public Object execute() throws Exception
Description copied from class:JaasCommandSupportAdd the command to the command queue.- Specified by:
executein interfaceorg.apache.karaf.shell.api.action.Action- Overrides:
executein classJaasCommandSupport- Throws:
Exception
-
doExecute
protected Object doExecute(org.apache.karaf.jaas.modules.BackingEngine engine) throws Exception
- Specified by:
doExecutein classJaasCommandSupport- Throws:
Exception
-
-