@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 SSHKeyEditorService
public void deleteKey(PortableSSHPublicKey portableKey)
deleteKey
in interface SSHKeyEditorService
public void addKey(String name, String keyContent)
addKey
in interface SSHKeyEditorService
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.