Uses of Class
org.apache.sshd.sftp.server.UnsupportedAttributePolicy
-
Packages that use UnsupportedAttributePolicy Package Description org.apache.sshd.sftp.server -
-
Uses of UnsupportedAttributePolicy in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as UnsupportedAttributePolicy Modifier and Type Field Description static UnsupportedAttributePolicy
SftpSubsystemFactory. DEFAULT_POLICY
Fields in org.apache.sshd.sftp.server with type parameters of type UnsupportedAttributePolicy Modifier and Type Field Description static Set<UnsupportedAttributePolicy>
UnsupportedAttributePolicy. VALUES
Methods in org.apache.sshd.sftp.server that return UnsupportedAttributePolicy Modifier and Type Method Description UnsupportedAttributePolicy
AbstractSftpSubsystemHelper. getUnsupportedAttributePolicy()
UnsupportedAttributePolicy
SftpSubsystemFactory. getUnsupportedAttributePolicy()
UnsupportedAttributePolicy
SftpUnsupportedAttributePolicyProvider. getUnsupportedAttributePolicy()
static UnsupportedAttributePolicy
UnsupportedAttributePolicy. valueOf(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.sftp.server with parameters of type UnsupportedAttributePolicy Modifier and Type Method Description void
SftpSubsystemFactory. setUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
-