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 UnsupportedAttributePolicySftpSubsystemFactory. DEFAULT_POLICYFields in org.apache.sshd.sftp.server with type parameters of type UnsupportedAttributePolicy Modifier and Type Field Description static Set<UnsupportedAttributePolicy>UnsupportedAttributePolicy. VALUESMethods in org.apache.sshd.sftp.server that return UnsupportedAttributePolicy Modifier and Type Method Description UnsupportedAttributePolicyAbstractSftpSubsystemHelper. getUnsupportedAttributePolicy()UnsupportedAttributePolicySftpSubsystemFactory. getUnsupportedAttributePolicy()UnsupportedAttributePolicySftpUnsupportedAttributePolicyProvider. getUnsupportedAttributePolicy()static UnsupportedAttributePolicyUnsupportedAttributePolicy. 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 voidSftpSubsystemFactory. setUnsupportedAttributePolicy(UnsupportedAttributePolicy p)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
-