Contribution org.nuxeo.ecm.platform.login.digest--authenticators
In component org.nuxeo.ecm.platform.login.digest
org.nuxeo.ecm.platform.login.digest
inside nuxeo-platform-login-digest-9.10.jar /OSGI-INF/digest-authentication-contrib.xml
This contribution is part of XML component Extension Point
Extension point authenticators of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<authenticationPlugin class="org.nuxeo.ecm.ui.web.auth.digest.DigestAuthenticator" enabled="true" name="DIGEST_AUTH">
<stateful>false</stateful>
<loginModulePlugin>DigestLoginPlugin</loginModulePlugin>
</authenticationPlugin>
</extension>