Skip to content

Commit

Permalink
changes to security schema (just deprecated name attribute for module…
Browse files Browse the repository at this point in the history
… and sequence, and added identifier)
  • Loading branch information
KaterynaHonchar committed Nov 15, 2022
1 parent df63ce1 commit f0912ca
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,24 @@
It is supposed to give some idea about purpose of the sequence to system administrator.
But it is not supposed to be used as a user-friendly label.
Sequence name must be unique.
<p>
Deprecated, use identifier instead
</p>
</xsd:documentation>
<xsd:appinfo>
<a:deprecated/>
<a:deprecatedSince>4.7</a:deprecatedSince>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="identifier" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Unique sequence identifier. Can be used to reference the sequence.
</xsd:documentation>
<xsd:appinfo>
<a:since>4.7</a:since>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="displayName" type="xsd:string" minOccurs="0">
Expand Down Expand Up @@ -1518,9 +1535,27 @@
<xsd:documentation>
Reference to the authentication module name. Value of this element must match name of
existing authentication module.
<p>
Deprecated, use identifier instead.
</p>
</xsd:documentation>
<xsd:appinfo>
<a:deprecated/>
<a:deprecatedSince>4.7</a:deprecatedSince>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="identifier" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Unique module identifier. Can be used to reference the module.
</xsd:documentation>
<xsd:appinfo>
<a:since>4.7</a:since>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="display" type="tns:DisplayType"/>
<xsd:element name="description" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit f0912ca

Please sign in to comment.