public class RealmAddCommand extends JaasCommandSupport
JAAS_CMDS, JAAS_ENTRY, JAAS_REALM| Constructor and Description |
|---|
RealmAddCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute(org.apache.karaf.jaas.modules.BackingEngine engine) |
Object |
execute()
Add the command to the command queue.
|
org.osgi.framework.BundleContext |
getContext() |
String |
getRealmname() |
void |
setContext(org.osgi.framework.BundleContext context) |
void |
setRealmname(String realmname) |
String |
toString() |
getBackingEngine, getRealms, getRealms, setRealms, setSessionprotected Object doExecute(org.apache.karaf.jaas.modules.BackingEngine engine) throws Exception
doExecute in class JaasCommandSupportExceptionpublic Object execute() throws Exception
JaasCommandSupportexecute in interface org.apache.karaf.shell.api.action.Actionexecute in class JaasCommandSupportExceptionpublic org.osgi.framework.BundleContext getContext()
public void setContext(org.osgi.framework.BundleContext context)
public String getRealmname()
public void setRealmname(String realmname)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.