public static enum Samba2FileSystem.Samba2AuthType extends Enum<Samba2FileSystem.Samba2AuthType>
Modifier and Type | Method and Description |
---|---|
static Samba2FileSystem.Samba2AuthType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Samba2FileSystem.Samba2AuthType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Samba2FileSystem.Samba2AuthType NTLM
public static final Samba2FileSystem.Samba2AuthType SPNEGO
public static final Samba2FileSystem.Samba2AuthType ANONYMOUS
public static Samba2FileSystem.Samba2AuthType[] values()
for (Samba2FileSystem.Samba2AuthType c : Samba2FileSystem.Samba2AuthType.values()) System.out.println(c);
public static Samba2FileSystem.Samba2AuthType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 Frank!Framework. All rights reserved.