Class 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 Share

    In 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.AuthenticationContext authContext()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuestAccess

        public GuestAccess()