Package | Description |
---|---|
com.hp.sdn.device |
API for accessing & supplying information about network infrastructure devices.
|
com.hp.sdn.driver | |
com.hp.sdn.dvc.dao |
Device Key persistence and teaming
|
Modifier and Type | Method and Description |
---|---|
Key |
KeyDeviceInfo.key(Key.Type type)
Get the key by type.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyDeviceInfo.setKey(Key key)
Store the key.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKey |
class |
NetconfKey
Placeholder for Netconf Credentials.
|
class |
SnmpKey
SNMP device key.
|
Modifier and Type | Method and Description |
---|---|
<E extends Key> |
AbstractKey.getId() |
Modifier and Type | Method and Description |
---|---|
static Key |
AbstractKey.create(Key.Type type) |
Key |
KeyServiceAdapter.getKey(Key.Type type,
String description) |
Key |
KeyService.getKey(Key.Type type,
String description)
Specific credential as specified by the description.
|
Modifier and Type | Method and Description |
---|---|
List<Key> |
KeyServiceAdapter.getKeys(Key.Type type) |
List<Key> |
KeyService.getKeys(Key.Type type)
Provide the keys for discovery
|
Modifier and Type | Method and Description |
---|---|
void |
KeyServiceAdapter.addKey(Key key) |
void |
KeyService.addKey(Key key)
Add the key for future discovery.
|
Modifier and Type | Field and Description |
---|---|
protected DistributedMap<Id<Key,String>,Key> |
KeyStore.keyMap |
protected DistributedMap<Id<Key,String>,Key> |
KeyStore.keyMap |
Modifier and Type | Method and Description |
---|---|
Key |
KeyStoreService.add(Key key)
Persist and team the key
|
Key |
KeyStore.add(Key key) |
protected Key |
KeyDao.doConvert(KeyEntity source) |
Modifier and Type | Method and Description |
---|---|
List<Key> |
KeyStoreService.find(KeyFilter filter)
Find the keys from persistence.
|
List<Key> |
KeyStore.find(KeyFilter filter) |
Modifier and Type | Method and Description |
---|---|
Key |
KeyStoreService.add(Key key)
Persist and team the key
|
Key |
KeyStore.add(Key key) |
protected void |
KeyDao.conform(KeyEntity target,
Key source) |
protected KeyEntity |
KeyDao.createStorableInstance(Key key) |
Modifier and Type | Method and Description |
---|---|
void |
KeyFilter.setId(Id<Key,String> id) |
Constructor and Description |
---|
KeyStore(AbstractQuery<String,KeyEntity,Key,KeyFilter,EmptySortAttribute> query,
DataStoreService dataStoreService,
CoordinationService coordService,
SystemInformationService sysInfoService)
Unit test constructor
|
Copyright © 2015. All Rights Reserved.