Uses of Class
org.apache.sshd.server.subsystem.sftp.UnsupportedAttributePolicy
-
Packages that use UnsupportedAttributePolicy Package Description org.apache.sshd.server.subsystem.sftp -
-
Uses of UnsupportedAttributePolicy in org.apache.sshd.server.subsystem.sftp
Fields in org.apache.sshd.server.subsystem.sftp declared as UnsupportedAttributePolicy Modifier and Type Field Description static UnsupportedAttributePolicy
SftpSubsystemFactory. DEFAULT_POLICY
private UnsupportedAttributePolicy
SftpSubsystemFactory.Builder. policy
private UnsupportedAttributePolicy
SftpSubsystemFactory. policy
private UnsupportedAttributePolicy
AbstractSftpSubsystemHelper. unsupportedAttributePolicy
Fields in org.apache.sshd.server.subsystem.sftp with type parameters of type UnsupportedAttributePolicy Modifier and Type Field Description static java.util.Set<UnsupportedAttributePolicy>
UnsupportedAttributePolicy. VALUES
Methods in org.apache.sshd.server.subsystem.sftp that return UnsupportedAttributePolicy Modifier and Type Method Description UnsupportedAttributePolicy
AbstractSftpSubsystemHelper. getUnsupportedAttributePolicy()
UnsupportedAttributePolicy
SftpSubsystemEnvironment. getUnsupportedAttributePolicy()
UnsupportedAttributePolicy
SftpSubsystemFactory. getUnsupportedAttributePolicy()
static UnsupportedAttributePolicy
UnsupportedAttributePolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnsupportedAttributePolicy[]
UnsupportedAttributePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.server.subsystem.sftp with parameters of type UnsupportedAttributePolicy Modifier and Type Method Description void
SftpSubsystemFactory. setUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
Constructors in org.apache.sshd.server.subsystem.sftp with parameters of type UnsupportedAttributePolicy Constructor Description AbstractSftpSubsystemHelper(UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler handler)
SftpSubsystem(CloseableExecutorService executorService, UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler errorStatusDataHandler)
-