Uses of Class
org.uberfire.ssh.service.shared.editor.PortableSSHPublicKey
-
Packages that use PortableSSHPublicKey Package Description org.uberfire.ssh.service.shared.editor -
-
Uses of PortableSSHPublicKey in org.uberfire.ssh.service.shared.editor
Methods in org.uberfire.ssh.service.shared.editor that return types with arguments of type PortableSSHPublicKey Modifier and Type Method Description Collection<PortableSSHPublicKey>SSHKeyEditorService. getUserKeys()Retrieves all thePortableSSHPublicKeyfor the current user.Methods in org.uberfire.ssh.service.shared.editor with parameters of type PortableSSHPublicKey Modifier and Type Method Description voidSSHKeyEditorService. deleteKey(PortableSSHPublicKey key)Deletes the givenPortableSSHPublicKeyfor the current user
-