Uses of Interface
org.alfresco.repo.security.authentication.ntlm.NLTMAuthenticator
-
Packages that use NLTMAuthenticator Package Description org.alfresco.filesys.auth.cifs Provides authentication implementations for CIFSorg.alfresco.filesys.auth.ftp org.alfresco.repo.security.authentication org.alfresco.repo.security.authentication.ntlm -
-
Uses of NLTMAuthenticator in org.alfresco.filesys.auth.cifs
Methods in org.alfresco.filesys.auth.cifs that return NLTMAuthenticator Modifier and Type Method Description protected NLTMAuthenticatorCifsAuthenticatorBase. getNTLMAuthenticator()Returns an SSO-enabled authentication component. -
Uses of NLTMAuthenticator in org.alfresco.filesys.auth.ftp
Methods in org.alfresco.filesys.auth.ftp that return NLTMAuthenticator Modifier and Type Method Description protected NLTMAuthenticatorFTPAuthenticatorBase. getNTLMAuthenticator()Returns an SSO-enabled authentication component. -
Uses of NLTMAuthenticator in org.alfresco.repo.security.authentication
Classes in org.alfresco.repo.security.authentication that implement NLTMAuthenticator Modifier and Type Class Description classAuthenticationComponentImplclassChainingAuthenticationComponentImplA chaining authentication component is required for all the beans that wire up an authentication component and not an authentication service.classSimpleAcceptOrRejectAllAuthenticationComponentImplThis implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login. -
Uses of NLTMAuthenticator in org.alfresco.repo.security.authentication.ntlm
Classes in org.alfresco.repo.security.authentication.ntlm that implement NLTMAuthenticator Modifier and Type Class Description classNTLMAuthenticationComponentImplNTLM Authentication Component Class
-