public abstract class AbstractAuthOptionsCmd extends AbstractGlobalOptionsCmd
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected String |
clientId |
protected String |
config |
protected String |
keyPass |
protected String |
keystore |
protected boolean |
noconfig |
protected String |
password |
protected String |
realm |
protected String |
secret |
protected String |
server |
protected String |
storePass |
protected String |
token |
protected String |
trustPass |
protected String |
trustStore |
protected String |
user |
dumpTrace, help| Constructor and Description |
|---|
AbstractAuthOptionsCmd() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyDefaultOptionValues() |
protected static String |
booleanOptionForCheck(boolean value) |
protected void |
checkUnsupportedOptions(String... options) |
protected ConfigData |
copyWithServerInfo(ConfigData config) |
protected ConfigData |
ensureAuthInfo(ConfigData config,
org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation) |
protected void |
initFromParent(AbstractAuthOptionsCmd parent) |
protected boolean |
noOptions() |
protected void |
processGlobalOptions() |
protected boolean |
requiresLogin() |
protected void |
setupTruststore(ConfigData configData,
org.jboss.aesh.console.command.invocation.CommandInvocation invocation) |
help, initFromParent, nothingToDo, printHelpprotected String config
protected boolean noconfig
protected String server
protected String realm
protected String clientId
protected String user
protected String password
protected String secret
protected String keystore
protected String storePass
protected String keyPass
protected String alias
protected String trustStore
protected String trustPass
protected String token
protected void initFromParent(AbstractAuthOptionsCmd parent)
protected void applyDefaultOptionValues()
protected boolean noOptions()
protected void processGlobalOptions()
processGlobalOptions in class AbstractGlobalOptionsCmdprotected void setupTruststore(ConfigData configData, org.jboss.aesh.console.command.invocation.CommandInvocation invocation)
protected ConfigData ensureAuthInfo(ConfigData config, org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation)
protected boolean requiresLogin()
protected ConfigData copyWithServerInfo(ConfigData config)
protected void checkUnsupportedOptions(String... options)
protected static String booleanOptionForCheck(boolean value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.