Uses of Enum Class
org.frankframework.filesystem.smb.Samba2FileSystem.Samba2AuthType
Packages that use Samba2FileSystem.Samba2AuthType
-
Uses of Samba2FileSystem.Samba2AuthType in org.frankframework.filesystem.smb
Methods 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 TypeMethodDescriptionvoid
Samba2FileSystem.setAuthType
(Samba2FileSystem.Samba2AuthType authType) Type of the authentication either 'NTLM' or 'SPNEGO'.default void
Samba2FileSystemDelegator.setAuthType
(Samba2FileSystem.Samba2AuthType authType)