public class RoleAddCommand extends JaasCommandSupport
backingEngineService, JAAS_CMDS, JAAS_ENTRY, JAAS_REALM| Constructor and Description |
|---|
RoleAddCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute(org.apache.karaf.jaas.modules.BackingEngine engine)
Execute the RoleAddCommand in the given Excecution Context.
|
String |
getRole() |
String |
getUsername() |
void |
setRole(String role) |
void |
setUsername(String username) |
String |
toString() |
doExecute, getBackingEngineService, getRealms, getRealms, setBackingEngineService, setRealmsprotected Object doExecute(org.apache.karaf.jaas.modules.BackingEngine engine) throws Exception
doExecute in class JaasCommandSupportengine - Exceptionpublic String getUsername()
public void setUsername(String username)
public String getRole()
public void setRole(String role)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.