Uses of Class
org.jboss.as.cli.operation.OperationFormatException
-
-
Uses of OperationFormatException in org.jboss.as.cli
Methods in org.jboss.as.cli that throw OperationFormatException Modifier and Type Method Description static StringUtil. getRunningMode(CommandContext ctx)static booleanUtil. isDeploymentPresent(String name, ModelControllerClient client, String serverGroup)static booleanUtil. isEnabledDeployment(String name, ModelControllerClient client, String serverGroup)static byte[]Util. readBytes(File f) -
Uses of OperationFormatException in org.jboss.as.cli.impl.aesh.cmd.deployment
Methods in org.jboss.as.cli.impl.aesh.cmd.deployment that throw OperationFormatException Modifier and Type Method Description protected abstract voidAbstractDeployContentCommand. addContent(CommandContext ctx, org.jboss.dmr.ModelNode content)protected voidDeployFileCommand. addContent(CommandContext context, org.jboss.dmr.ModelNode content)protected voidDeployUrlCommand. addContent(CommandContext ctx, org.jboss.dmr.ModelNode content)protected org.jboss.dmr.ModelNodeAbstractDeployContentCommand. buildDeploymentRequest(CommandContext ctx, String op) -
Uses of OperationFormatException in org.jboss.as.cli.impl.aesh.cmd.security.auth
Methods in org.jboss.as.cli.impl.aesh.cmd.security.auth that throw OperationFormatException Modifier and Type Method Description protected static MechanismConfigurationAbstractEnableAuthenticationCommand. buildExternalConfiguration(CommandContext ctx, String keyStore, String keyStoreRealmName, String roles)protected MechanismConfigurationAbstractEnableAuthenticationCommand. buildLocalUserConfiguration(CommandContext ctx, boolean superUser)protected StringHTTPServerEnableAuthCommand. getEnabledFactory(CommandContext ctx)protected StringManagementEnableHTTPCommand. getEnabledFactory(CommandContext ctx)protected StringManagementEnableSASLCommand. getEnabledFactory(CommandContext ctx)abstract StringAbstractReorderSASLCommand. getSASLFactoryName(CommandContext ctx)StringManagementReorderSASLCommand. getSASLFactoryName(CommandContext ctx) -
Uses of OperationFormatException in org.jboss.as.cli.impl.aesh.cmd.security.model
Methods in org.jboss.as.cli.impl.aesh.cmd.security.model that throw OperationFormatException Modifier and Type Method Description static org.jboss.dmr.ModelNodeElytronUtil. addAuthFactory(CommandContext ctx, SecurityDomain securityDomain, String newAuthFactoryName, AuthFactorySpec spec)static voidElytronUtil. addAuthMechanism(CommandContext ctx, AuthFactory authFactory, AuthMechanism mechanism, org.jboss.dmr.ModelNode steps)static org.jboss.dmr.ModelNodeElytronUtil. addConstantRealmMapper(CommandContext ctx, String realmName)static org.jboss.dmr.ModelNodeHTTPServer. addHttpsListener(String serverName, String httpsListenerName, String socketBindingName, String sslContext)static org.jboss.dmr.ModelNodeElytronUtil. addKeyStoreRealm(CommandContext ctx, String ksRealmName, String keyStore)static voidElytronUtil. addRealm(CommandContext ctx, SecurityDomain securityDomain, Realm realm, org.jboss.dmr.ModelNode steps)static org.jboss.dmr.ModelNodeElytronUtil. addSecurityDomain(CommandContext ctx, Realm realm, String newSecurityDomain)static StringDefaultResourceNames. buildConstantRoleMapperName(Realm realm, CommandContext ctx)static StringDefaultResourceNames. buildDefaultAuthFactoryName(AuthMechanism meca, AuthFactorySpec spec, CommandContext ctx)static StringDefaultResourceNames. buildDefaultKeyStoreAlias(String dn, CommandContext ctx)static StringDefaultResourceNames. buildDefaultKeyStoreName(File path, CommandContext ctx)static StringDefaultResourceNames. buildDefaultKeyStoreName(String name, CommandContext ctx)static StringDefaultResourceNames. buildDefaultKeyStorePath(File path, CommandContext ctx)static StringDefaultResourceNames. buildDefaultSecurityDomainName(Realm realm, CommandContext ctx)static StringDefaultResourceNames. buildUserPropertiesDefaultRealmName(CommandContext ctx, PropertiesRealmConfiguration config)static booleanElytronUtil. constantRoleMapperExists(CommandContext ctx, String name)static org.jboss.dmr.ModelNodeManagementInterfaces. disableHTTPAuth(CommandContext context)static org.jboss.dmr.ModelNodeManagementInterfaces. disableSASL(CommandContext context, String managementInterface)static StringHTTPServer. disableSSL(CommandContext context, String serverName, boolean removeHttpsListener, String httpsListener, String defaultAppSSLContext, org.jboss.dmr.ModelNode steps)static StringManagementInterfaces. disableSSL(CommandContext context, String managementInterface, org.jboss.dmr.ModelNode steps)static voidManagementInterfaces. enableHTTPAuthentication(AuthSecurityBuilder http, CommandContext ctx)static voidManagementInterfaces. enableSASL(String managementInterface, AuthSecurityBuilder sasl, CommandContext ctx)static voidHTTPServer. enableSSL(String serverName, boolean addHttpsListener, String listenerName, String socketBinding, boolean noOverride, CommandContext context, SSLSecurityBuilder builder)static voidManagementInterfaces. enableSSL(String managementInterface, String secureSocketBinding, CommandContext ctx, SSLSecurityBuilder builder)static booleanElytronUtil. factoryExists(CommandContext ctx, String name, AuthFactorySpec spec)static StringElytronUtil. findConstantRealmMapper(CommandContext ctx, String realmName)static StringElytronUtil. findKeyStoreRealm(CommandContext ctx, String trustStore)static AuthFactoryElytronUtil. findMatchingAuthFactory(AuthMechanism newMechanism, AuthFactorySpec spec, CommandContext ctx)static List<String>ElytronUtil. getAvailableMechanisms(CommandContext ctx, AuthFactorySpec spec)static KeyStoreElytronUtil. getKeyStore(CommandContext ctx, String name)static StringManagementInterfaces. getManagementInterfaceHTTPFactoryName(CommandContext ctx)static StringManagementInterfaces. getManagementInterfaceSaslFactoryName(String managementInterface, CommandContext ctx)static StringManagementInterfaces. getManagementInterfaceSSLContextName(CommandContext ctx, String interfaceName)static List<String>ElytronUtil. getMechanisms(CommandContext ctx, AuthFactorySpec spec)static StringHTTPServer. getReferencedSecurityDomainName(String securityDomain, CommandContext ctx)static ApplicationSecurityDomainHTTPServer. getSecurityDomain(CommandContext ctx, String name)static StringHTTPServer. getSecurityDomainFactoryName(String securityDomain, CommandContext ctx)static StringHTTPServer. getSSLContextName(String serverName, String httpsListener, CommandContext ctx)static booleanHTTPServer. hasAuthFactory(CommandContext ctx, String securityDomain)static booleanHTTPServer. hasHttpsListener(CommandContext commandContext, String serverName, String httpsListener)static booleanElytronUtil. isElytronSupported(CommandContext commandContext)static booleanElytronUtil. isKeyStoreManagementSupported(CommandContext commandContext)static booleanHTTPServer. isLegacySecurityRealmSupported(CommandContext commandContext)static booleanHTTPServer. isReferencedSecurityDomainSupported(CommandContext commandContext)static booleanHTTPServer. isUnderowSupported(CommandContext commandContext)static booleanElytronUtil. keyStoreExists(CommandContext ctx, String name)static booleanElytronUtil. localUserExists(CommandContext ctx)static org.jboss.dmr.ModelNodeHTTPServer. removeHttpsListener(CommandContext commandContext, String serverName, String httpsListener)static booleanElytronUtil. securityDomainExists(CommandContext ctx, String name)static booleanElytronUtil. serverPropertiesRealmExists(CommandContext ctx, String name)static booleanElytronUtil. serverSSLContextExists(CommandContext ctx, String name)static booleanElytronUtil. trustManagerExists(CommandContext ctx, String name)static voidHTTPServer. writeReferencedSecurityDomain(AuthSecurityBuilder authBuilder, String securityDomain, CommandContext ctx) -
Uses of OperationFormatException in org.jboss.as.cli.operation
Subclasses of OperationFormatException in org.jboss.as.cli.operation Modifier and Type Class Description classMissingEndCharacterExceptionMethods in org.jboss.as.cli.operation that throw OperationFormatException Modifier and Type Method Description org.jboss.dmr.ModelNodeOperationRequestBuilder. buildRequest()Builds the operation request based on the collected operation name, address and arguments.voidCommandLineParser.CallbackHandler. nodeName(int index, String nodeName)voidCommandLineParser.CallbackHandler. nodeType(int index, String nodeType)voidCommandLineParser.CallbackHandler. nodeTypeOrName(int index, String typeOrName)voidCommandLineParser. parse(String operationRequest, CommandLineParser.CallbackHandler handler)voidCommandLineParser.CallbackHandler. rootNode(int index) -
Uses of OperationFormatException in org.jboss.as.cli.operation.impl
Methods in org.jboss.as.cli.operation.impl that throw OperationFormatException Modifier and Type Method Description protected voidValidatingCallbackHandler. assertValidNodeName(String nodeName)protected voidValidatingCallbackHandler. assertValidParameterName(String name)protected voidValidatingCallbackHandler. assertValidType(String nodeType)org.jboss.dmr.ModelNodeDefaultOperationRequestBuilder. buildRequest()Makes sure that the operation name and the address have been set and returns a ModelNode representing the operation request.voidDefaultCallbackHandler. nodeName(int index, String nodeName)voidValidatingCallbackHandler. nodeName(int index, String nodeName)voidDefaultCallbackHandler. nodeType(int index, String nodeType)voidValidatingCallbackHandler. nodeType(int index, String nodeType)voidDefaultCallbackHandler. nodeTypeOrName(int index, String typeOrName)voidDefaultCallbackHandler. operationName(int index, String operationName)voidValidatingCallbackHandler. operationName(int index, String operationName)voidDefaultOperationRequestParser. parse(String operationRequest, CommandLineParser.CallbackHandler handler)voidDefaultCallbackHandler. property(String name, String value, int nameValueSeparatorIndex)voidValidatingCallbackHandler. property(String name, String value, int nameValueSeparatorIndex)voidDefaultCallbackHandler. propertyName(int index, String propertyName)voidValidatingCallbackHandler. propertyName(int index, String propertyName)voidDefaultCallbackHandler. rootNode(int index)voidDefaultCallbackHandler. validatedNodeName(int index, String nodeName)protected abstract voidValidatingCallbackHandler. validatedNodeName(int index, String nodeName)voidDefaultCallbackHandler. validatedNodeType(int index, String nodeType)protected abstract voidValidatingCallbackHandler. validatedNodeType(int index, String nodeType)voidDefaultCallbackHandler. validatedOperationName(int index, String operationName)protected abstract voidValidatingCallbackHandler. validatedOperationName(int index, String operationName)protected voidDefaultCallbackHandler. validatedProperty(String name, String value, int nameValueSeparatorIndex)protected abstract voidValidatingCallbackHandler. validatedProperty(String name, String value, int nameValueSeparatorIndex)protected voidDefaultCallbackHandler. validatedPropertyName(int index, String propertyName)protected abstract voidValidatingCallbackHandler. validatedPropertyName(int index, String propertyName)
-