| Modifier and Type | Method and Description |
|---|---|
static String |
Util.getRunningMode(CommandContext ctx) |
static boolean |
Util.isDeploymentPresent(String name,
ModelControllerClient client,
String serverGroup) |
static boolean |
Util.isEnabledDeployment(String name,
ModelControllerClient client,
String serverGroup) |
static byte[] |
Util.readBytes(File f) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeployFileCommand.addContent(CommandContext context,
org.jboss.dmr.ModelNode content) |
protected void |
DeployUrlCommand.addContent(CommandContext ctx,
org.jboss.dmr.ModelNode content) |
protected abstract void |
AbstractDeployContentCommand.addContent(CommandContext ctx,
org.jboss.dmr.ModelNode content) |
protected org.jboss.dmr.ModelNode |
AbstractDeployContentCommand.buildDeploymentRequest(CommandContext ctx,
String op) |
| Modifier and Type | Method and Description |
|---|---|
protected static MechanismConfiguration |
AbstractEnableAuthenticationCommand.buildExternalConfiguration(CommandContext ctx,
String keyStore,
String keyStoreRealmName,
String roles) |
protected MechanismConfiguration |
AbstractEnableAuthenticationCommand.buildLocalUserConfiguration(CommandContext ctx,
boolean superUser) |
protected String |
HTTPServerEnableAuthCommand.getEnabledFactory(CommandContext ctx) |
protected String |
ManagementEnableSASLCommand.getEnabledFactory(CommandContext ctx) |
protected String |
ManagementEnableHTTPCommand.getEnabledFactory(CommandContext ctx) |
String |
ManagementReorderSASLCommand.getSASLFactoryName(CommandContext ctx) |
abstract String |
AbstractReorderSASLCommand.getSASLFactoryName(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.dmr.ModelNode |
ElytronUtil.addAuthFactory(CommandContext ctx,
SecurityDomain securityDomain,
String newAuthFactoryName,
AuthFactorySpec spec) |
static void |
ElytronUtil.addAuthMechanism(CommandContext ctx,
AuthFactory authFactory,
AuthMechanism mechanism,
org.jboss.dmr.ModelNode steps) |
static org.jboss.dmr.ModelNode |
ElytronUtil.addConstantRealmMapper(CommandContext ctx,
String realmName) |
static org.jboss.dmr.ModelNode |
ElytronUtil.addKeyStoreRealm(CommandContext ctx,
String ksRealmName,
String keyStore) |
static void |
ElytronUtil.addRealm(CommandContext ctx,
SecurityDomain securityDomain,
Realm realm,
org.jboss.dmr.ModelNode steps) |
static org.jboss.dmr.ModelNode |
ElytronUtil.addSecurityDomain(CommandContext ctx,
Realm realm,
String newSecurityDomain) |
static String |
DefaultResourceNames.buildConstantRoleMapperName(Realm realm,
CommandContext ctx) |
static String |
DefaultResourceNames.buildDefaultAuthFactoryName(AuthMechanism meca,
AuthFactorySpec spec,
CommandContext ctx) |
static String |
DefaultResourceNames.buildDefaultKeyStoreAlias(String dn,
CommandContext ctx) |
static String |
DefaultResourceNames.buildDefaultKeyStoreName(File path,
CommandContext ctx) |
static String |
DefaultResourceNames.buildDefaultKeyStoreName(String name,
CommandContext ctx) |
static String |
DefaultResourceNames.buildDefaultKeyStorePath(File path,
CommandContext ctx) |
static String |
DefaultResourceNames.buildDefaultSecurityDomainName(Realm realm,
CommandContext ctx) |
static String |
DefaultResourceNames.buildUserPropertiesDefaultRealmName(CommandContext ctx,
PropertiesRealmConfiguration config) |
static boolean |
ElytronUtil.constantRoleMapperExists(CommandContext ctx,
String name) |
static org.jboss.dmr.ModelNode |
ManagementInterfaces.disableHTTPAuth(CommandContext context) |
static org.jboss.dmr.ModelNode |
ManagementInterfaces.disableSASL(CommandContext context,
String managementInterface) |
static String |
HTTPServer.disableSSL(CommandContext context,
String serverName,
org.jboss.dmr.ModelNode steps) |
static String |
ManagementInterfaces.disableSSL(CommandContext context,
String managementInterface,
org.jboss.dmr.ModelNode steps) |
static void |
ManagementInterfaces.enableHTTPAuthentication(AuthSecurityBuilder http,
CommandContext ctx) |
static void |
ManagementInterfaces.enableSASL(String managementInterface,
AuthSecurityBuilder sasl,
CommandContext ctx) |
static void |
HTTPServer.enableSSL(String serverName,
boolean noOverride,
CommandContext context,
SSLSecurityBuilder builder) |
static void |
ManagementInterfaces.enableSSL(String managementInterface,
String secureSocketBinding,
CommandContext ctx,
SSLSecurityBuilder builder) |
static boolean |
ElytronUtil.factoryExists(CommandContext ctx,
String name,
AuthFactorySpec spec) |
static String |
ElytronUtil.findConstantRealmMapper(CommandContext ctx,
String realmName) |
static String |
ElytronUtil.findKeyStoreRealm(CommandContext ctx,
String trustStore) |
static AuthFactory |
ElytronUtil.findMatchingAuthFactory(AuthMechanism newMechanism,
AuthFactorySpec spec,
CommandContext ctx) |
static List<String> |
ElytronUtil.getAvailableMechanisms(CommandContext ctx,
AuthFactorySpec spec) |
static KeyStore |
ElytronUtil.getKeyStore(CommandContext ctx,
String name) |
static String |
ManagementInterfaces.getManagementInterfaceHTTPFactoryName(CommandContext ctx) |
static String |
ManagementInterfaces.getManagementInterfaceSaslFactoryName(String managementInterface,
CommandContext ctx) |
static String |
ManagementInterfaces.getManagementInterfaceSSLContextName(CommandContext ctx,
String interfaceName) |
static List<String> |
ElytronUtil.getMechanisms(CommandContext ctx,
AuthFactorySpec spec) |
static String |
HTTPServer.getReferencedSecurityDomainName(String securityDomain,
CommandContext ctx) |
static ApplicationSecurityDomain |
HTTPServer.getSecurityDomain(CommandContext ctx,
String name) |
static String |
HTTPServer.getSecurityDomainFactoryName(String securityDomain,
CommandContext ctx) |
static String |
HTTPServer.getSSLContextName(String serverName,
CommandContext ctx) |
static boolean |
HTTPServer.hasAuthFactory(CommandContext ctx,
String securityDomain) |
static boolean |
ElytronUtil.isElytronSupported(CommandContext commandContext) |
static boolean |
ElytronUtil.isKeyStoreManagementSupported(CommandContext commandContext) |
static boolean |
HTTPServer.isReferencedSecurityDomainSupported(CommandContext commandContext) |
static boolean |
HTTPServer.isUnderowSupported(CommandContext commandContext) |
static boolean |
ElytronUtil.keyStoreExists(CommandContext ctx,
String name) |
static boolean |
ElytronUtil.localUserExists(CommandContext ctx) |
static boolean |
ElytronUtil.securityDomainExists(CommandContext ctx,
String name) |
static boolean |
ElytronUtil.serverPropertiesRealmExists(CommandContext ctx,
String name) |
static boolean |
ElytronUtil.serverSSLContextExists(CommandContext ctx,
String name) |
static boolean |
ElytronUtil.trustManagerExists(CommandContext ctx,
String name) |
static void |
HTTPServer.writeReferencedSecurityDomain(AuthSecurityBuilder authBuilder,
String securityDomain,
CommandContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
MissingEndCharacterException |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
OperationRequestBuilder.buildRequest()
Builds the operation request based on the collected operation name, address and arguments.
|
void |
CommandLineParser.CallbackHandler.nodeName(int index,
String nodeName) |
void |
CommandLineParser.CallbackHandler.nodeType(int index,
String nodeType) |
void |
CommandLineParser.CallbackHandler.nodeTypeOrName(int index,
String typeOrName) |
void |
CommandLineParser.parse(String operationRequest,
CommandLineParser.CallbackHandler handler) |
void |
CommandLineParser.CallbackHandler.rootNode(int index) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ValidatingCallbackHandler.assertValidNodeName(String nodeName) |
protected void |
ValidatingCallbackHandler.assertValidParameterName(String name) |
protected void |
ValidatingCallbackHandler.assertValidType(String nodeType) |
org.jboss.dmr.ModelNode |
DefaultOperationRequestBuilder.buildRequest()
Makes sure that the operation name and the address have been set and returns a ModelNode
representing the operation request.
|
void |
DefaultCallbackHandler.nodeName(int index,
String nodeName) |
void |
ValidatingCallbackHandler.nodeName(int index,
String nodeName) |
void |
DefaultCallbackHandler.nodeType(int index,
String nodeType) |
void |
ValidatingCallbackHandler.nodeType(int index,
String nodeType) |
void |
DefaultCallbackHandler.nodeTypeOrName(int index,
String typeOrName) |
void |
DefaultCallbackHandler.operationName(int index,
String operationName) |
void |
ValidatingCallbackHandler.operationName(int index,
String operationName) |
void |
DefaultOperationRequestParser.parse(String operationRequest,
CommandLineParser.CallbackHandler handler) |
void |
DefaultCallbackHandler.property(String name,
String value,
int nameValueSeparatorIndex) |
void |
ValidatingCallbackHandler.property(String name,
String value,
int nameValueSeparatorIndex) |
void |
DefaultCallbackHandler.propertyName(int index,
String propertyName) |
void |
ValidatingCallbackHandler.propertyName(int index,
String propertyName) |
void |
DefaultCallbackHandler.rootNode(int index) |
void |
DefaultCallbackHandler.validatedNodeName(int index,
String nodeName) |
protected abstract void |
ValidatingCallbackHandler.validatedNodeName(int index,
String nodeName) |
void |
DefaultCallbackHandler.validatedNodeType(int index,
String nodeType) |
protected abstract void |
ValidatingCallbackHandler.validatedNodeType(int index,
String nodeType) |
void |
DefaultCallbackHandler.validatedOperationName(int index,
String operationName) |
protected abstract void |
ValidatingCallbackHandler.validatedOperationName(int index,
String operationName) |
protected void |
DefaultCallbackHandler.validatedProperty(String name,
String value,
int nameValueSeparatorIndex) |
protected abstract void |
ValidatingCallbackHandler.validatedProperty(String name,
String value,
int nameValueSeparatorIndex) |
protected void |
DefaultCallbackHandler.validatedPropertyName(int index,
String propertyName) |
protected abstract void |
ValidatingCallbackHandler.validatedPropertyName(int index,
String propertyName) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.