public static enum SMB2SessionSetup.SMB2SecurityMode extends java.lang.Enum<SMB2SessionSetup.SMB2SecurityMode> implements EnumWithValue<SMB2SessionSetup.SMB2SecurityMode>
EnumWithValue.EnumUtils| Enum Constant and Description |
|---|
SMB2_NEGOTIATE_SIGNING_ENABLED |
SMB2_NEGOTIATE_SIGNING_REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static SMB2SessionSetup.SMB2SecurityMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMB2SessionSetup.SMB2SecurityMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMB2SessionSetup.SMB2SecurityMode SMB2_NEGOTIATE_SIGNING_ENABLED
public static final SMB2SessionSetup.SMB2SecurityMode SMB2_NEGOTIATE_SIGNING_REQUIRED
public static SMB2SessionSetup.SMB2SecurityMode[] values()
for (SMB2SessionSetup.SMB2SecurityMode c : SMB2SessionSetup.SMB2SecurityMode.values()) System.out.println(c);
public static SMB2SessionSetup.SMB2SecurityMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic long getValue()
getValue in interface EnumWithValue<SMB2SessionSetup.SMB2SecurityMode>