@Service(name="set-ejb-invoker-configuration") @PerLookup @ExecuteOn(value=DAS) @TargetType(value={CLUSTER,CLUSTERED_INSTANCE,CONFIG,DAS,DEPLOYMENT_GROUP,STANDALONE_INSTANCE}) public class SetEjbInvokerConfigurationCommand extends Object implements AdminCommand
| Modifier and Type | Field and Description |
|---|---|
protected String |
authModule |
protected String |
authModuleClass |
protected String |
authType |
protected CommandRunner |
commandRunner |
protected String |
realmName |
protected String |
roles |
protected Boolean |
securityEnabled |
protected String |
target |
| Constructor and Description |
|---|
SetEjbInvokerConfigurationCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDefaultUser(EjbInvokerConfiguration config,
ActionReport subActionReport,
Subject subject) |
protected boolean |
defaultUserExists(EjbInvokerConfiguration config,
ActionReport subActionReport,
Subject subject) |
void |
disableEjbInvoker(ActionReport report) |
void |
enableEjbInvoker(ActionReport report) |
void |
execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
protected Boolean securityEnabled
protected String realmName
protected String authType
protected String authModule
protected String authModuleClass
protected String roles
protected String target
@Inject protected CommandRunner commandRunner
public void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationpublic void disableEjbInvoker(ActionReport report)
public void enableEjbInvoker(ActionReport report)
protected boolean defaultUserExists(EjbInvokerConfiguration config, ActionReport subActionReport, Subject subject)
protected void createDefaultUser(EjbInvokerConfiguration config, ActionReport subActionReport, Subject subject)
Copyright © 2021. All rights reserved.