Package org.apache.karaf.jaas.command
Class ModuleAddCommand
- java.lang.Object
-
- org.apache.karaf.jaas.command.JaasCommandSupport
-
- org.apache.karaf.jaas.command.ModuleAddCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class ModuleAddCommand 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 ModuleAddCommand()
-
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.StringgetLoginModule()List<String>getPropertiesList()voidsetLoginModule(String loginModule)voidsetPropertiesList(List<String> propertiesList)-
Methods inherited from class org.apache.karaf.jaas.command.JaasCommandSupport
getBackingEngine, getRealms, getRealms, setRealms, setSession
-
-
-
-
Method Detail
-
doExecute
protected Object doExecute(org.apache.karaf.jaas.modules.BackingEngine engine) throws Exception
- Specified by:
doExecutein classJaasCommandSupport- Throws:
Exception
-
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
-
getLoginModule
public String getLoginModule()
-
setLoginModule
public void setLoginModule(String loginModule)
-
-