Uses of Enum Class
org.frankframework.filesystem.smb.Samba2FileSystem.Samba2AuthType
Packages that use Samba2FileSystem.Samba2AuthType
-
Uses of Samba2FileSystem.Samba2AuthType in org.frankframework.filesystem.smb
Subclasses with type arguments of type Samba2FileSystem.Samba2AuthType in org.frankframework.filesystem.smbMethods in org.frankframework.filesystem.smb that return Samba2FileSystem.Samba2AuthTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Samba2FileSystem.Samba2AuthType[]Samba2FileSystem.Samba2AuthType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.filesystem.smb with parameters of type Samba2FileSystem.Samba2AuthTypeModifier and TypeMethodDescriptionvoidSamba2FileSystem.setAuthType(Samba2FileSystem.Samba2AuthType authType) Type of the authentication either 'NTLM' or 'SPNEGO'.default voidSamba2FileSystemDelegator.setAuthType(Samba2FileSystem.Samba2AuthType authType)