/** * Provides authentication implementations for CIFS *

* AlfrescoCifsAuthenticator * EnterpriseCifsAuthenticator deals with Kerberos, NTLMv1 and NTLMv2 * PassthruCifsAuthenticator deals with authenticating against an external system * *

* CifsAuthenticatorBase abstract base class. */ @PackageMarker package org.alfresco.filesys.auth.cifs; import org.alfresco.util.PackageMarker;