Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.webengine.jaxrs.login.AuthenticationHandler

Packages that use AuthenticationHandler
org.nuxeo.ecm.webengine.jaxrs.login   
 

Uses of AuthenticationHandler in org.nuxeo.ecm.webengine.jaxrs.login
 

Classes in org.nuxeo.ecm.webengine.jaxrs.login that implement AuthenticationHandler
 class Base64AuthenticationHandler
           
 class CompositeAuthenticationHandler
          An authentication handlers that delegate the authentication to the first registered handler that knows how to authenticate.
 

Methods in org.nuxeo.ecm.webengine.jaxrs.login that return AuthenticationHandler
 AuthenticationHandler AuthenticationService.createHandler(String names)
          Create a handler instance for the given comma separated list of handler names.
 AuthenticationHandler AuthenticationService.getHandler(String name)
           
 AuthenticationHandler AuthenticationService.removeHandler(String key)
           
 

Methods in org.nuxeo.ecm.webengine.jaxrs.login with parameters of type AuthenticationHandler
 void AuthenticationService.addHandler(String name, AuthenticationHandler handler)
           
 

Constructors in org.nuxeo.ecm.webengine.jaxrs.login with parameters of type AuthenticationHandler
CompositeAuthenticationHandler(AuthenticationHandler[] handlers)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.