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 UnsupportedAttributePolicy
SftpSubsystemFactory.DEFAULT_POLICY
private UnsupportedAttributePolicy
SftpSubsystemFactory.Builder.policy
private UnsupportedAttributePolicy
SftpSubsystemFactory.policy
private final UnsupportedAttributePolicy
AbstractSftpSubsystemHelper.unsupportedAttributePolicy
Fields in org.apache.sshd.sftp.server with type parameters of type UnsupportedAttributePolicyModifier and TypeFieldDescriptionstatic final Set
<UnsupportedAttributePolicy> UnsupportedAttributePolicy.VALUES
Methods in org.apache.sshd.sftp.server that return UnsupportedAttributePolicyModifier and TypeMethodDescriptionAbstractSftpSubsystemHelper.getUnsupportedAttributePolicy()
SftpSubsystemFactory.getUnsupportedAttributePolicy()
SftpUnsupportedAttributePolicyProvider.getUnsupportedAttributePolicy()
static UnsupportedAttributePolicy
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 UnsupportedAttributePolicyModifier and TypeMethodDescriptionvoid
SftpSubsystemFactory.setUnsupportedAttributePolicy
(UnsupportedAttributePolicy p) SftpSubsystemFactory.Builder.withUnsupportedAttributePolicy
(UnsupportedAttributePolicy p)