All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.wildfly-cli_3_1.xsd Maven / Gradle / Ivy

There is a newer version: 27.0.0.Beta2
Show newest version






    
        
            
                Root element for the WildFly Command Line Interface configuration.
            
        
        
            
                
                    
                        
                            The default protocol to use when controller addresses are supplied without one.
                        
                    
                    
                        
                            
                                
                                    
                                        
                                            The default protocol is used where a connection address is specified and no
                                            protocol is specified, in previous versions the port 9999 would have been used with the remote
                                            protocol - this attribute set to true causes the protocol to default to remote if the port
                                            number is 9999.

                                            If this attribute is set to false then the specified default is used regardless
                                            of the port number for addresses with no protocol.
                                        
                                    
                                
                            
                        
                    
                

                
                    
                        
                            If no default controller is specifed then the default will be assumed to be using host 'localhost'
                            along with the default-protocol (Which will be remote+http if not defined) and the port will be whatever
                            default corresponds to the selected protocol.
                        
                    
                

                
                    
                        
                            The names controller alias mappings.
                        
                    
                

                
                    
                        
                            Indicates whether the parameter list of the operation reuqests should be validated before the
                            requests are sent to the controller for the execution.
                        
                    
                

                

                
                    
                        
                            Whether to resolve system properties specified as command argument (or operation parameter) values
                            before sending the operation request to the controller or let the resolution happen on the server side.
                        
                    
                

                
                    
                        
                            The time allowed to establish a connection with the controller.
                        
                    
                

                

                
                    
                        
                            Whether to write info and error messages to the terminal output.
                            
                            Even if the value is false, the messages will still be logged using 
                            the logger if its configuration allows and/or if the output target was
                            specified as part of the command line using '>'.
                        
                    
                

                
                    
                        
                            Whether the management-related commands and attributes should be filtered for the current user
                            based on the permissions the user has been granted. In other words, if access-control is true, the
                            tab-completion will hide commands and attributes the user is not allowed to access. In case the user attempts to
                            execute a command or an operation without having sufficient permissions to do so, regardless of the value this
                            element has, the attempt will fail with an access control error.
                        
                    
                
                
                
                    
                        
                            Commands executed in non interactive modes (scripts, list of commands, CLI API), have their name and list of options
                            printed prior to the command actual output. This does help match command with printed result.
                        
                    
                

                
                    
                        
                            The maximum amount of seconds the CLI will wait for a command to complete. Default timeout of 0 means no timeout.
                        
                    
                
            
        
    

    
        
            
                The address of a controller.
            
        
        
            
                
                    
                        If no protocol is specified then the value for 'default-protocol' will be used.
                    
                
            
            
            
                
                    
                        If a port is not specified then the default port will be identified based on the protocol selected.
                    
                
            
        
    

    
        
            
                
                    
                        
                            The name of this controller alias.
                        
                    
                
            
        
    

    
        
            
        
    

    
        
            
                This element contains the configuration for the commands and operations history log.
            
        
        
            
            
            
            
        
    

    
        
            
                This element contains the configuration for the Key and Trust stores
                used for SSL.
            
        
        
            
            
            
            
            
            
            
            
                
                    
                        Setting to true will cause the CLI to prompt when unrecognised certificates are received and allow
                        them to be stored in the truststore.
                    
                
            
        
    

    
        
            
                
            
        
        
            
        
        
        
    

    
        
        
    






© 2015 - 2024 Weber Informatics LLC | Privacy Policy