Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.login
Class AuthenticationService

java.lang.Object
  extended by org.nuxeo.ecm.webengine.jaxrs.login.AuthenticationService

public class AuthenticationService
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
AuthenticationService()
           
 
Method Summary
 void addHander(AuthenticationHandlerDescriptor desc)
           
 void addHandler(String name, AuthenticationHandler handler)
           
 AuthenticationHandler createHandler(String names)
          Create a handler instance for the given comma separated list of handler names.
 AuthenticationHandler getHandler(String name)
           
 void removeHander(AuthenticationHandlerDescriptor desc)
           
 AuthenticationHandler removeHandler(String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationService

public AuthenticationService()
Method Detail

addHander

public void addHander(AuthenticationHandlerDescriptor desc)
               throws Exception
Throws:
Exception

removeHander

public void removeHander(AuthenticationHandlerDescriptor desc)

addHandler

public void addHandler(String name,
                       AuthenticationHandler handler)

removeHandler

public AuthenticationHandler removeHandler(String key)

getHandler

public AuthenticationHandler getHandler(String name)

createHandler

public AuthenticationHandler createHandler(String names)
Create a handler instance for the given comma separated list of handler names.

Parameters:
names -
Returns:

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.