Package com.adaptris.filesystem.smbj
Class GuestAccess
- java.lang.Object
-
- com.adaptris.filesystem.smbj.GuestAccess
-
- All Implemented Interfaces:
AuthenticationProvider
@ComponentProfile(summary="\'Guest\' access to a SMB share") public class GuestAccess extends java.lang.Object implements AuthenticationProvider
Guest access to the SMB ShareIn the adapter configuration file this class is aliased as smb-guest-access which is the preferred alternative to the fully qualified classname when building your configuration.
-
-
Constructor Summary
Constructors Constructor Description GuestAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hierynomus.smbj.auth.AuthenticationContextauthContext()
-
-
-
Method Detail
-
authContext
public com.hierynomus.smbj.auth.AuthenticationContext authContext()
- Specified by:
authContextin interfaceAuthenticationProvider
-
-