public interface KeyService
Modifier and Type | Method and Description |
---|---|
void |
addKey(Key key)
Add the key for future discovery.
|
Key |
getKey(Key.Type type,
String description)
Specific credential as specified by the description.
|
List<Key> |
getKeys(Key.Type type)
Provide the keys for discovery
|
void |
removeKey(Key.Type type,
String description)
Remove the specified key
|
void addKey(Key key)
key
- to addList<Key> getKeys(Key.Type type)
type
- key type (SNMP, NETCONF)Key getKey(Key.Type type, String description)
type
- of keydescription
- key referenceCopyright © 2015. All Rights Reserved.