Nuxeo Enterprise Platform 5.4

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   
org.nuxeo.opensocial.auth   
 

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(java.lang.String pluginName)
           
 

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

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

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

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

Uses of NuxeoAuthenticationPlugin in org.nuxeo.opensocial.auth
 

Classes in org.nuxeo.opensocial.auth that implement NuxeoAuthenticationPlugin
 class OAuthSessionFilter
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.