@Dependent public class SSHKeyEditorServiceImpl extends Object implements SSHKeyEditorService
| Constructor and Description |
|---|
SSHKeyEditorServiceImpl(SessionInfo sessionInfo,
SSHKeyStoreService keyStoreService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKey(String name,
String keyContent) |
void |
deleteKey(PortableSSHPublicKey portableKey) |
Collection<PortableSSHPublicKey> |
getUserKeys() |
@Inject public SSHKeyEditorServiceImpl(SessionInfo sessionInfo, SSHKeyStoreService keyStoreService)
public Collection<PortableSSHPublicKey> getUserKeys()
getUserKeys in interface SSHKeyEditorServicepublic void deleteKey(PortableSSHPublicKey portableKey)
deleteKey in interface SSHKeyEditorServicepublic void addKey(String name, String keyContent)
addKey in interface SSHKeyEditorServiceCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.