Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LSC
lsc
Commits
928eaaca
Commit
928eaaca
authored
Feb 16, 2017
by
220038483
Committed by
Clément OUDOT
Mar 17, 2017
Browse files
Merge pull request #8 in branch 'v2.1'
parent
1fe419fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/lsc/configuration/LdapReferralType.java
View file @
928eaaca
//
//
Ce fichier a été généré par l'implémentation de référenc
e JavaTM Architecture for XML Binding
(JAXB), v2.2.6
//
Voir
<a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
//
Toute
modification
apportée à ce fichier sera perdue lors de la recompilation du schéma source
.
// G
énéré le : 2017.02.03 à 01:41:23
PM
C
ET
//
This file was generated by th
e JavaTM Architecture for XML Binding(JAXB)
Reference Implementation
, v2.2.6
//
See
<a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
//
Any
modification
s to this file will be lost upon recompilation of the source schema
.
// G
enerated on: 2017.02.16 at 08:05:05
PM E
S
T
//
...
...
@@ -20,6 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <pre>
* <simpleType name="ldapReferralType">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="FOLLOW"/>
* <enumeration value="IGNORE"/>
* <enumeration value="THROUGH"/>
* <enumeration value="THROW"/>
...
...
@@ -33,6 +34,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlEnum
public
enum
LdapReferralType
{
FOLLOW
,
IGNORE
,
THROUGH
,
THROW
,
...
...
src/main/resources/schemas/lsc-core-2.1.xsd
View file @
928eaaca
...
...
@@ -78,6 +78,7 @@
<xsd:simpleType
name=
"ldapReferralType"
>
<xsd:restriction
base=
"xsd:string"
>
<xsd:enumeration
value=
"FOLLOW"
/>
<xsd:enumeration
value=
"IGNORE"
/>
<xsd:enumeration
value=
"THROUGH"
/>
<xsd:enumeration
value=
"THROW"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment