Files
spring-security-kerberos/spring-security-kerberos-samples/build.gradle
Janne Valkealahti 2bd3762921 Reference doc updates
2015-03-10 17:40:08 +00:00

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'
}