Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.ui.web.auth.interfaces.NuxeoAuthenticationPlugin

Packages that use NuxeoAuthenticationPlugin
org.nuxeo.ecm.platform.ui.web.auth   
org.nuxeo.ecm.platform.ui.web.auth.plugins   
org.nuxeo.ecm.platform.ui.web.auth.service   
org.nuxeo.ecm.webengine.login   
 

Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth
 

Methods in org.nuxeo.ecm.platform.ui.web.auth that return NuxeoAuthenticationPlugin
 NuxeoAuthenticationPlugin NuxeoAuthenticationFilter.getAuthenticator(CachableUserIdentificationInfo ci)
           
 

Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.plugins
 

Classes in org.nuxeo.ecm.platform.ui.web.auth.plugins that implement NuxeoAuthenticationPlugin
 class AnonymousAuthenticator
           
 class BasicAuthenticator
           
 class FormAuthenticator
           
 class WebServicesAuthenticator
          The Web Service Servlet needs no login prompt and / or authentiocation.
 

Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.service
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.service that return NuxeoAuthenticationPlugin
 NuxeoAuthenticationPlugin PluggableAuthenticationService.getPlugin(String pluginName)
           
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.service that return types with arguments of type NuxeoAuthenticationPlugin
 Class<NuxeoAuthenticationPlugin> AuthenticationPluginDescriptor.getClassName()
           
 List<NuxeoAuthenticationPlugin> PluggableAuthenticationService.getPluginChain()
           
 

Method parameters in org.nuxeo.ecm.platform.ui.web.auth.service with type arguments of type NuxeoAuthenticationPlugin
 void AuthenticationPluginDescriptor.setClassName(Class<NuxeoAuthenticationPlugin> className)
           
 

Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.webengine.login
 

Classes in org.nuxeo.ecm.webengine.login that implement NuxeoAuthenticationPlugin
 class WebEngineFormAuthenticator
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.