Uses of Class
com.sshtools.common.permissions.PermissionDeniedException
Packages that use PermissionDeniedException
Package
Description
-
Uses of PermissionDeniedException in com.sshtools.common.auth
Methods in com.sshtools.common.auth that throw PermissionDeniedExceptionModifier and TypeMethodDescriptionvoidAbstractPublicKeyAuthenticationProvider.add(SshPublicKey key, String comment, SshConnection con) voidAuthorizedKeysPublicKeyAuthenticationProvider.add(SshPublicKey key, String comment, SshConnection con) voidOpenSshCertificateAuthenticationProvider.add(SshPublicKey key, String comment, SshConnection con) voidPublicKeyAuthenticationAdapter.add(SshPublicKey key, String comment, SshConnection con) voidPublicKeyAuthenticationProvider.add(SshPublicKey key, String comment, SshConnection con) voidUniversalAuthenticationProvider.add(SshPublicKey key, String comment, SshConnection con) protected AbstractFileAuthorizedKeysPublicKeyAuthenticationProvider.getFile(SshConnection con) AbstractPublicKeyAuthenticationProvider.getKeys(SshConnection con) AuthorizedKeysPublicKeyAuthenticationProvider.getKeys(SshConnection con) OpenSshCertificateAuthenticationProvider.getKeys(SshConnection con) PublicKeyAuthenticationAdapter.getKeys(SshConnection con) PublicKeyAuthenticationProvider.getKeys(SshConnection con) UniversalAuthenticationProvider.getKeys(SshConnection con) voidAbstractPublicKeyAuthenticationProvider.remove(SshPublicKey key, SshConnection con) voidAuthorizedKeysPublicKeyAuthenticationProvider.remove(SshPublicKey key, SshConnection con) voidOpenSshCertificateAuthenticationProvider.remove(SshPublicKey key, SshConnection con) voidPublicKeyAuthenticationAdapter.remove(SshPublicKey key, SshConnection con) voidPublicKeyAuthenticationProvider.remove(SshPublicKey key, SshConnection con) voidUniversalAuthenticationProvider.remove(SshPublicKey key, SshConnection con) -
Uses of PermissionDeniedException in com.sshtools.common.files
Methods in com.sshtools.common.files that throw PermissionDeniedExceptionModifier and TypeMethodDescriptiondefault voidAbstractFile.copyFrom(AbstractFile src) voidAbstractFileAdapter.copyFrom(AbstractFile src) booleanAbstractFile.createFolder()booleanAbstractFileAdapter.createFolder()booleanAbstractFile.createNewFile()booleanAbstractFileAdapter.createNewFile()booleanAbstractFile.delete(boolean recursive) booleanAbstractFileAdapter.delete(boolean recursive) booleanAbstractFile.exists()booleanAbstractFileAdapter.exists()default booleanAbstractFile.existsNoFollowLinks()AbstractFile.getAbsolutePath()AbstractFileAdapter.getAbsolutePath()AbstractFile.getAttributes()AbstractFileAdapter.getAttributes()default SftpFileAttributesAbstractFile.getAttributesNoFollowLinks()AbstractFile.getCanonicalPath()AbstractFileAdapter.getCanonicalPath()AbstractFile.getChildren()AbstractFileAdapter.getChildren()default TAbstractFileFactory.getDefaultPath()ReadOnlyFileFactory.getDefaultPath()AbstractFile.getInputStream()AbstractFileAdapter.getInputStream()AbstractFile.getOutputStream()AbstractFile.getOutputStream(boolean append) AbstractFileAdapter.getOutputStream()AbstractFileAdapter.getOutputStream(boolean append) AbstractFileImpl.getOutputStream(boolean append) AbstractFile.getParentFile()AbstractFileAdapter.getParentFile()booleanAbstractFile.isDirectory()booleanAbstractFileAdapter.isDirectory()booleanAbstractFile.isFile()booleanAbstractFileAdapter.isFile()booleanAbstractFile.isHidden()booleanAbstractFileAdapter.isHidden()booleanAbstractFile.isReadable()booleanAbstractFileAdapter.isReadable()booleanAbstractFile.isWritable()booleanAbstractFileAdapter.isWritable()longAbstractFile.lastModified()longAbstractFileAdapter.lastModified()longAbstractFile.length()longAbstractFileAdapter.length()default voidvoiddefault voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.default voidAbstractFile.moveTo(AbstractFile target) voidAbstractFileAdapter.moveTo(AbstractFile target) default OpenFileAbstractFile.open(com.sshtools.common.util.UnsignedInteger32 flags, Optional<com.sshtools.common.util.UnsignedInteger32> accessFlags, byte[] handle) AbstractFile.openFile(boolean writeAccess) AbstractFileAdapter.openFile(boolean writeAccess) default StringAbstractFile.readSymbolicLink()AbstractFileAdapter.readSymbolicLink()AbstractFile.resolveFile(String child) AbstractFileAdapter.resolveFile(String child) default MultipartTransferAbstractFile.startMultipartUpload(AbstractFile targetFile) AbstractFileAdapter.startMultipartUpload(AbstractFile targetFile) default voidAbstractFile.symlinkFrom(String target) voidAbstractFileAdapter.symlinkFrom(String target) default voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidvoidAbstractFile.truncate()voidAbstractFileAdapter.truncate() -
Uses of PermissionDeniedException in com.sshtools.common.files.direct
Methods in com.sshtools.common.files.direct that throw PermissionDeniedExceptionModifier and TypeMethodDescriptionvoidNioFile.copyFrom(AbstractFile src) booleanAbstractDirectFile.createFolder()booleanNioFile.createFolder()booleanAbstractDirectFile.createNewFile()booleanNioFile.createNewFile()booleanNioFile.delete(boolean recursive) booleanNioFile.exists()booleanNioFile.existsNoFollowLinks()NioFile.getAbsolutePath()NioFile.getAttributes()NioFile.getAttributesNoFollowLinks()NioFile.getCanonicalPath()NioFile.getChildren()AbstractDirectFileFactory.getDefaultPath()NioFileFactory.getDefaultPath()Deprecated, for removal: This API element is subject to removal in a future version.NioFile.getInputStream()NioFile.getOutputStream()NioFile.getOutputStream(boolean append) NioFile.getParentFile()booleanNioFile.isDirectory()booleanNioFile.isFile()booleanNioFile.isHidden()booleanNioFile.isReadable()booleanNioFile.isWritable()longNioFile.lastModified()longNioFile.length()voidvoidDeprecated, for removal: This API element is subject to removal in a future version.voidvoidAbstractDirectFile.moveTo(AbstractFile f2) voidNioFile.moveTo(AbstractFile target) NioFile.open(com.sshtools.common.util.UnsignedInteger32 flags, Optional<com.sshtools.common.util.UnsignedInteger32> accessFlags, byte[] handle) NioFile.openFile(boolean writeAccess) DirectFile.readSymbolicLink()Deprecated, for removal: This API element is subject to removal in a future version.NioFile.readSymbolicLink()DirectFile.resolveFile(String child) Deprecated, for removal: This API element is subject to removal in a future version.NioFile.resolveFile(String child) voidNioFile.symlinkFrom(String target) voidDeprecated, for removal: This API element is subject to removal in a future version.voidvoidAbstractDirectFile.truncate()voidNioFile.truncate() -
Uses of PermissionDeniedException in com.sshtools.common.policy
Methods in com.sshtools.common.policy that throw PermissionDeniedException -
Uses of PermissionDeniedException in com.sshtools.common.sftp
Methods in com.sshtools.common.sftp that throw PermissionDeniedExceptionModifier and TypeMethodDescriptionSftpSubsystem.checkDefaultPath(String path) protected voidAbstractFileSystem.checkOpenFlagsAndFileState(String path, com.sshtools.common.util.UnsignedInteger32 flags, AbstractFile f) Deprecated.voidMultipartTransfer.combineParts()voidAbstractFileSystem.copyData(byte[] handle, com.sshtools.common.util.UnsignedInteger64 offset, com.sshtools.common.util.UnsignedInteger64 length, byte[] toHandle, com.sshtools.common.util.UnsignedInteger64 toOffset) voidvoidAbstractFileSystem.createLink(String link, String target) voidAbstractFileSystem.createSymbolicLink(String link, String target) booleanAbstractFileSystem.fileExists(String path) booleanAbstractFileSystem.fileExists(String path, boolean followLinks) AbstractFileSystem.OpenDirectory.getChildren()AbstractFileSystem.getDefaultPath()AbstractFileSystem.getFileAttributes(byte[] handle) AbstractFileSystem.getFileAttributes(String path) AbstractFileSystem.getFileAttributes(String path, boolean followSymlinks) AbstractFileSystem.getRealPath(String path) voidSftpSubsystem.init(SessionChannel session, Context context) booleanAbstractFileSystem.isMultipartTransferSupported(String path) booleanAbstractFileSystem.makeDirectory(String path, SftpFileAttributes attrs) byte[]AbstractFileSystem.openDirectory(String path) byte[]AbstractFileSystem.openDirectory(String path, SftpFileFilter filter) byte[]AbstractFileSystem.openFile(String path, com.sshtools.common.util.UnsignedInteger32 flags, SftpFileAttributes attrs) Deprecated.byte[]AbstractFileSystem.openFile(String path, com.sshtools.common.util.UnsignedInteger32 flags, Optional<com.sshtools.common.util.UnsignedInteger32> accessFlags, SftpFileAttributes attrs) byte[]intOpenFile.read(byte[] buf, int start, int numBytesToRead) SftpFile[]AbstractFileSystem.readDirectory(byte[] handle) intAbstractFileSystem.readFile(byte[] handle, com.sshtools.common.util.UnsignedInteger64 offset, byte[] buf, int start, int numBytesToRead) AbstractFileSystem.readSymbolicLink(String link) voidAbstractFileSystem.removeDirectory(String path) voidAbstractFileSystem.removeFile(String path) voidAbstractFileSystem.renameFile(String oldpath, String newpath) protected AbstractFileAbstractFileSystem.resolveFile(String path, SshConnection con) voidAbstractFileSystem.setFileAttributes(byte[] handle, SftpFileAttributes attrs) voidAbstractFileSystem.setFileAttributes(String path, SftpFileAttributes attrs) AbstractFileSystem.startMultipartUpload(AbstractFile targetFile) voidOpenFile.write(byte[] data, int off, int len) voidAbstractFileSystem.writeFile(byte[] handle, com.sshtools.common.util.UnsignedInteger64 offset, byte[] data, int off, int len) Constructors in com.sshtools.common.sftp that throw PermissionDeniedExceptionModifierConstructorDescriptionAbstractFileSystem(SshConnection con, String protocolInUse) OpenDirectory(AbstractFile f, SftpFileFilter filter) -
Uses of PermissionDeniedException in com.sshtools.common.sftp.extensions
Methods in com.sshtools.common.sftp.extensions that throw PermissionDeniedExceptionModifier and TypeMethodDescriptionprotected byte[]AbstractDigestExtension.doHash(String algorithm, byte[] handle, long startOffset, long length, SftpSubsystem sftp) protected byte[]AbstractDigestExtension.doHash(String algorithm, String filename, long startOffset, long length, SftpSubsystem sftp) protected byte[]AbstractMD5Extension.doMD5Hash(byte[] handle, long startOffset, long length, byte[] quickCheckHash, SftpSubsystem sftp) protected byte[]AbstractMD5Extension.doMD5Hash(String filename, long startOffset, long length, byte[] quickCheckHash, SftpSubsystem sftp) protected byte[]FileHandleHashingExtension.getFileHandle(com.sshtools.common.util.ByteArrayReader msg, SftpSubsystem sftp) protected abstract byte[]FileHashingExtension.getFileHandle(com.sshtools.common.util.ByteArrayReader msg, SftpSubsystem sftp) protected byte[]FilenameHashingExtension.getFileHandle(com.sshtools.common.util.ByteArrayReader msg, SftpSubsystem sftp) -
Uses of PermissionDeniedException in com.sshtools.common.sftp.files
Methods in com.sshtools.common.sftp.files that throw PermissionDeniedExceptionModifier and TypeMethodDescriptionintPseduoRandomOpenFile.read(byte[] buf, int off, int len) intRandomAccessOpenFile.read(byte[] buf, int off, int len) voidPseduoRandomOpenFile.write(byte[] buf, int off, int len) voidRandomAccessOpenFile.write(byte[] buf, int off, int len) Constructors in com.sshtools.common.sftp.files that throw PermissionDeniedExceptionModifierConstructorDescriptionPseduoRandomOpenFile(AbstractFile f, com.sshtools.common.util.UnsignedInteger32 flags, byte[] handle) RandomAccessOpenFile(AbstractFile f, com.sshtools.common.util.UnsignedInteger32 flags, byte[] handle) -
Uses of PermissionDeniedException in com.sshtools.common.ssh
Methods in com.sshtools.common.ssh that throw PermissionDeniedExceptionModifier and TypeMethodDescriptionvoidSubsystem.init(SessionChannel session, Context context) Initialize the subsystem with the current session and configuration.