commit | author | age | ||
90d4d7 | 1 | <Configure id="Server" class="org.eclipse.jetty.server.Server"> |
PH | 2 | |
3 | <Call name="addBean"> | |
4 | <Arg> | |
2e5e7d | 5 | <New class="org.eclipse.jetty.jaas.JAASLoginService"> |
PH | 6 | <Set name="Name">LDAP Realm</Set> |
7 | <Set name="LoginModuleName">ldaploginmodule</Set> | |
90d4d7 | 8 | </New> |
PH | 9 | </Arg> |
10 | </Call> | |
11 | ||
12 | </Configure> |