ZCML File
httpplugins.zcml
[top]
/
zope
/
app
/
authentication
/ httpplugins.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
i18n_domain
="
zope
"
>
<
utility
factory
="
.httpplugins.HTTPBasicAuthCredentialsPlugin
"
provides
="
.interfaces.ICredentialsPlugin
"
name
="
Zope Realm Basic-Auth
"
/>
<
class
class
="
.httpplugins.HTTPBasicAuthCredentialsPlugin
"
>
<
implements
interface
="
zope.annotation.interfaces.IAttributeAnnotatable
"
/>
<
require
permission
="
zope.ManageServices
"
interface
="
.httpplugins.IHTTPBasicAuthRealm
"
set_schema
="
.httpplugins.IHTTPBasicAuthRealm
"
/>
</
class
>
<
include
file
="
httpplugins.zcml
"
package
="
.browser
"
/>
</
configure
>