Uses of Class
org.miaixz.bus.gitlab.models.SshKey
Packages that use SshKey
-
Uses of SshKey in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return SshKeyModifier and TypeMethodDescriptionCreate new key owned by specified user.Creates a new key owned by the currently authenticated user.Get a single SSH Key.Methods in org.miaixz.bus.gitlab that return types with arguments of type SshKeyModifier and TypeMethodDescriptionUserApi.getOptionalSshKey(Long keyId) Get a single SSH Key as an Optional instance.UserApi.getSshKeys()Get a list of currently authenticated user's SSH keys.UserApi.getSshKeys(Long userId) Get a list of a specified user's SSH keys.