Package | Description |
---|---|
org.uberfire.ssh.service.backend.keystore |
Modifier and Type | Method and Description |
---|---|
Collection<SSHPublicKey> |
SSHKeyStore.getUserKeys(String userName)
Lists all the
SSHPublicKey for a given platform user |
Modifier and Type | Method and Description |
---|---|
void |
SSHKeyStore.addUserKey(String userName,
SSHPublicKey key)
Registers a
SSHPublicKey to a given platform user |
void |
SSHKeyStore.removeUserKey(String userName,
SSHPublicKey key)
Unregisters a
SSHPublicKey for a given user |
void |
SSHKeyStore.updateUserKey(String userName,
SSHPublicKey key)
Updates the a platform user
SSHPublicKey |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.