19 lines
457 B
Groovy
19 lines
457 B
Groovy
description = 'Spring Security Kerberos Samples Common'
|
|
|
|
project('sec-server-win-auth') {
|
|
description = 'Security Server Windows Auth Sample'
|
|
}
|
|
|
|
project('sec-server-client-auth') {
|
|
description = 'Security Server Side Auth Sample'
|
|
}
|
|
|
|
project('sec-server-spnego-form-auth') {
|
|
description = 'Security Server Spnego and Form Auth Sample'
|
|
}
|
|
|
|
project('sec-server-spnego-form-auth-xml') {
|
|
description = 'Security Server Spnego and Form Auth Xml Sample'
|
|
}
|
|
|