Package | Description |
---|---|
org.nuxeo.ecm.webengine.jaxrs.login |
Modifier and Type | Class and Description |
---|---|
class |
Base64AuthenticationHandler |
class |
CompositeAuthenticationHandler
An authentication handlers that delegate the authentication to the first registered handler that knows how to
authenticate.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationService.addHandler(String name,
AuthenticationHandler handler) |
Constructor and Description |
---|
CompositeAuthenticationHandler(AuthenticationHandler[] handlers) |
Copyright © 2015 Nuxeo SA. All rights reserved.