Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2471

Elytron kerberos-security-factory debug attribute type

    XMLWordPrintable

Details

    Description

      Currently kerberos-security-factory debug attribute is in management model defined as STRING type, but could be BOOLEAN.

                  "kerberos-security-factory" => {
                      "description" => "A security factory for obtaining a GSSCredential for use during authentication.",
                      "model-description" => {"*" => {
                          "description" => "A security factory for obtaining a GSSCredential for use during authentication.",
                          "capabilities" => [{
                              "name" => "org.wildfly.security.security-factory.credential",
                              "dynamic" => true
                          }],
                          "attributes" => {
                              "debug" => {
                                  "type" => STRING,
                                  "description" => "Should the JAAS step of obtaining the credential have debug logging enabled.",
                                  "expressions-allowed" => true,
                                  "required" => false,
                                  "nillable" => true,
                                  "default" => false,
                                  "min-length" => 1L,
                                  "max-length" => 2147483647L,
                                  "access-type" => "read-write",
                                  "storage" => "configuration",
                                  "restart-required" => "resource-services"
                              },
      

      In XSD it is properly configured as boolean

                      <xs:attribute name="debug" type="xs:boolean" default="false">
                          <xs:annotation>
                              <xs:documentation>
                                  Should the JAAS step of obtaining the credential have debug logging enabled.
                              </xs:documentation>
                          </xs:annotation>
                      </xs:attribute>
      

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              mchoma@redhat.com Martin Choma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: