Uses of Class
cz.metacentrum.perun.core.api.exceptions.SSHKeyNotValidException
Packages that use SSHKeyNotValidException
Package
Description
-
Uses of SSHKeyNotValidException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw SSHKeyNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManager.validateSSHKey
(PerunSession sess, String sshKey) Validate ssh public key, throws exception if validation fails -
Uses of SSHKeyNotValidException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw SSHKeyNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.validateSSHKey
(PerunSession sess, String sshKey) Validate ssh public key, throws exception if validation fails -
Uses of SSHKeyNotValidException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw SSHKeyNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.validateSSHKey
(PerunSession sess, String sshKey) -
Uses of SSHKeyNotValidException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw SSHKeyNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.validateSSHKey
(PerunSession sess, String sshKey) -
Uses of SSHKeyNotValidException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw SSHKeyNotValidExceptionModifier and TypeMethodDescriptionstatic void
SSHValidator.validateSSH
(String sshKey) Checks whether is the SSH key in the correct format.static void
Utils.validateSSHPublicKey
(String sshKey)