Uses of Enum
org.apache.sshd.sftp.server.UnsupportedAttributePolicy
Packages that use UnsupportedAttributePolicy
-
Uses of UnsupportedAttributePolicy in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as UnsupportedAttributePolicyModifier and TypeFieldDescriptionstatic final UnsupportedAttributePolicySftpSubsystemFactory.DEFAULT_POLICYprivate UnsupportedAttributePolicySftpSubsystemFactory.Builder.policyprivate UnsupportedAttributePolicySftpSubsystemFactory.policyprivate final UnsupportedAttributePolicyAbstractSftpSubsystemHelper.unsupportedAttributePolicyFields in org.apache.sshd.sftp.server with type parameters of type UnsupportedAttributePolicyModifier and TypeFieldDescriptionstatic final Set<UnsupportedAttributePolicy> UnsupportedAttributePolicy.VALUESMethods in org.apache.sshd.sftp.server that return UnsupportedAttributePolicyModifier and TypeMethodDescriptionAbstractSftpSubsystemHelper.getUnsupportedAttributePolicy()SftpSubsystemFactory.getUnsupportedAttributePolicy()SftpUnsupportedAttributePolicyProvider.getUnsupportedAttributePolicy()static UnsupportedAttributePolicyReturns 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 UnsupportedAttributePolicyModifier and TypeMethodDescriptionvoidSftpSubsystemFactory.setUnsupportedAttributePolicy(UnsupportedAttributePolicy p) SftpSubsystemFactory.Builder.withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)