Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7977

Synchronize XSD and DMR description of obtain-kerberos-ticket attribute

    XMLWordPrintable

Details

    Description

      Add this sentence "This is required to be true where credentials are delegated to the server." to description of obtain-kerberos-ticket attribute.

      Unable to find source-code formatter for language: management model. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
                              "obtain-kerberos-ticket" => {
                                  "type" => BOOLEAN,
                                  "description" => "Should the KerberosTicket also be obtained and associated with the credential.",
                                  "expressions-allowed" => true,
                                  "required" => false,
                                  "nillable" => true,
                                  "default" => false,
                                  "access-type" => "read-write",
                                  "storage" => "configuration",
                                  "restart-required" => "resource-services"
                              },
      

      As already is in XSD

      wildfly-elytron.xsd
                      <xs:attribute name="obtain-kerberos-ticket" type="xs:boolean" default="false">
                          <xs:annotation>
                              <xs:documentation>
                                  Should the KerberosTicket also be obtained and associated with the credential.
      
                                  This is required to be true where credentials are delegated to the server.
                              </xs:documentation>
                          </xs:annotation>
                      </xs:attribute>
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ivassile Ilia Vassilev
              mchoma@redhat.com Martin Choma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: