Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.clients |
Unified API - Client Control Features.
|
com.pushtechnology.diffusion.client.security.authentication |
Unified API - Security - Authentication.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AuthenticationControl.ControlAuthenticationHandler
A control authentication handler.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeControlAuthenticationHandler
A
CompositeAuthenticationHandler that implements
AuthenticationControl.ControlAuthenticationHandler . |
Constructor and Description |
---|
CompositeControlAuthenticationHandler(AuthenticationHandler... handlers)
Create a composite authentication handler.
|
Constructor and Description |
---|
CompositeControlAuthenticationHandler(List<? extends AuthenticationHandler> handlers)
Create a composite authentication handler.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeAuthenticationHandler
An
AuthenticationHandler that delegates to a list of handlers. |
Modifier and Type | Method and Description |
---|---|
protected List<? extends AuthenticationHandler> |
CompositeAuthenticationHandler.getHandlers() |
Constructor and Description |
---|
CompositeAuthenticationHandler(AuthenticationHandler... handlers)
Create a composite authentication handler.
|
Constructor and Description |
---|
CompositeAuthenticationHandler(List<? extends AuthenticationHandler> handlers)
Create a composite authentication handler.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.