[jboss-jira] [JBoss JIRA] (WFLY-7977) Synchronize XSD and DMR description of obtain-kerberos-ticket attribute
Martin Choma (JIRA)
issues at jboss.org
Thu Jan 26 03:02:02 EST 2017
[ https://issues.jboss.org/browse/WFLY-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Choma updated WFLY-7977:
-------------------------------
Description:
Add this sentence "This is required to be true where credentials are delegated to the server." to description of obtain-kerberos-ticket attribute.
{code:Management Model}
"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"
},
{code}
As already is in XSD
{code:xml|title=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>
{code}
was:
Add this sentence "This is required to be true where credentials are delegated to the server." to description of obtain-kerberos-ticket attribute.
{code|Management Model}
"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"
},
{code}
As already is in XSD
{code:xml|title=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>
{code}
> Synchronize XSD and DMR description of obtain-kerberos-ticket attribute
> -----------------------------------------------------------------------
>
> Key: WFLY-7977
> URL: https://issues.jboss.org/browse/WFLY-7977
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
> Labels: user_experience
>
> Add this sentence "This is required to be true where credentials are delegated to the server." to description of obtain-kerberos-ticket attribute.
> {code:Management Model}
> "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"
> },
> {code}
> As already is in XSD
> {code:xml|title=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>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list