| Package | Description |
|---|---|
| co.cask.cdap.security.auth |
Classes related to authentication of clients and daemons.
|
| co.cask.cdap.security.zookeeper |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedKeyManager
KeyManager implementation that distributes shared secret keys via ZooKeeper to all instances, so that all
distributed instances maintain the same local cache of keys. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseResourceListener<T>
Simple
ResourceListener implementation with no-op implementations. |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedResourceCache.addListener(ResourceListener<T> listener)
Adds a
ResourceListener to be notified of cache updates. |
boolean |
SharedResourceCache.removeListener(ResourceListener<T> listener)
Removes a previously registered listener from further notifications.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.