public class UserAddCommand extends JaasCommandSupport
JAAS_CMDS, JAAS_ENTRY, JAAS_REALM| Constructor and Description |
|---|
UserAddCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute(org.apache.karaf.jaas.modules.BackingEngine engine) |
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
execute, getBackingEngine, getRealms, getRealms, setRealms, setSessionprotected Object doExecute(org.apache.karaf.jaas.modules.BackingEngine engine) throws Exception
doExecute in class JaasCommandSupportExceptionpublic String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.