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
private UnsupportedAttributePolicy
SftpSubsystemFactory.Builder. policy
private UnsupportedAttributePolicy
SftpSubsystemFactory. policy
private UnsupportedAttributePolicy
AbstractSftpSubsystemHelper. unsupportedAttributePolicy
Fields in org.apache.sshd.sftp.server with type parameters of type UnsupportedAttributePolicy Modifier and Type Field Description static java.util.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(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.sftp.server with parameters of type UnsupportedAttributePolicy Modifier and Type Method Description void
SftpSubsystemFactory. setUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
-