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 TypeMethodDescriptionvoidUsersManager.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 TypeMethodDescriptionvoidUsersManagerBl.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 TypeMethodDescriptionvoidUsersManagerBlImpl.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 TypeMethodDescriptionvoidUsersManagerEntry.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 voidSSHValidator.validateSSH(String sshKey) Checks whether is the SSH key in the correct format.static voidUtils.validateSSHPublicKey(String sshKey)