| Modifier and Type | Method and Description |
|---|---|
PasswordMode |
Transfer.getPasswordMode()
Returns the
PasswordMode for the transfer. |
static PasswordMode |
PasswordMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PasswordMode[] |
PasswordMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PasswordMode> |
Policy.getAllowedQuickPasswordModes()
Returns the allowed password modes for a QUICK transfer.
|
java.util.Set<PasswordMode> |
Policy.getAllowedStandardPasswordModes()
Returns the allowed password modes for a standard (password based) transfer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.setPasswordMode(PasswordMode passwordMode)
Sets the
PasswordMode for the transfer. |
| Constructor and Description |
|---|
Policy(boolean showFilenames,
boolean showFilenamesChangeable,
boolean showZipContent,
boolean downloadNotification,
boolean downloadNotificationChangeable,
boolean allowConfidentialMessage,
boolean forceConfidentialMessage,
boolean allowCustomRecipientMessage,
int storageDuration,
int transferLimit,
java.util.Set<PasswordMode> allowedStandardPasswordModes,
java.util.Set<PasswordMode> allowedQuickPasswordModes,
QuickMode quickMode,
boolean quickModeChangeable,
java.util.Set<java.lang.String> failedEmailAddresses)
Constructor.
|
Policy(boolean showFilenames,
boolean showFilenamesChangeable,
boolean showZipContent,
boolean downloadNotification,
boolean downloadNotificationChangeable,
boolean allowConfidentialMessage,
boolean forceConfidentialMessage,
boolean allowCustomRecipientMessage,
int storageDuration,
int transferLimit,
java.util.Set<PasswordMode> allowedStandardPasswordModes,
java.util.Set<PasswordMode> allowedQuickPasswordModes,
QuickMode quickMode,
boolean quickModeChangeable,
java.util.Set<java.lang.String> failedEmailAddresses)
Constructor.
|