paula.pasplugins: ftesting.zcml from configure.zcml
[paula.git] / paula.pasplugins / src / paula / pasplugins / ftesting.zcml
blob4e9b2b6473513f8139375be3771f24d60ff98293
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:five="http://namespaces.zope.org/five"
4     >
6   <five:registerPackage package="." initialize=".initialize" />
8   <adapter
9     factory="zope.app.authentication.principalfolder.AuthenticatedPrincipalFactory"
10     />
11   <adapter
12     factory="zope.app.authentication.principalfolder.FoundPrincipalFactory"
13     />
15   <utility
16     factory="paula.pasplugins.plugins.paucred.CredentialsFromMappingPlugin"
17     name="Paula: PAU CredentialsFromMappingPlugin"
18     />
19   <!-- Programmatically registered for testing in integration.txt,
20         support for ftesting.zcml would be nice. Probably it exists and it
21         just me again, not knowing about it...
22   <utility
23     factory="paula.pasplugins.tests.fake_pau_ap.AuthenticatorPlugin"
24     name="Paula: Fake PAU AuthenticatorPlugin - Do not use!"
25     />
26   -->
28   <include file="profiles.zcml" />
30 </configure>