Uses of Class
org.uberfire.ssh.service.backend.keystore.model.SSHPublicKey
-
Packages that use SSHPublicKey Package Description org.uberfire.ssh.service.backend.keystore -
-
Uses of SSHPublicKey in org.uberfire.ssh.service.backend.keystore
Methods in org.uberfire.ssh.service.backend.keystore that return types with arguments of type SSHPublicKey Modifier and Type Method Description Collection<SSHPublicKey>SSHKeyStore. getUserKeys(String userName)Lists all theSSHPublicKeyfor a given platform userMethods in org.uberfire.ssh.service.backend.keystore with parameters of type SSHPublicKey Modifier and Type Method Description voidSSHKeyStore. addUserKey(String userName, SSHPublicKey key)Registers aSSHPublicKeyto a given platform uservoidSSHKeyStore. removeUserKey(String userName, SSHPublicKey key)Unregisters aSSHPublicKeyfor a given uservoidSSHKeyStore. updateUserKey(String userName, SSHPublicKey key)Updates the a platform userSSHPublicKey
-