Interface NLTMAuthenticator

    • Method Detail

      • authenticate

        net.sf.acegisecurity.Authentication authenticate​(net.sf.acegisecurity.Authentication token)
                                                  throws org.alfresco.repo.security.authentication.AuthenticationException
        Authenticate using a token.
        Parameters:
        token - Authentication
        Returns:
        Authentication
        Throws:
        org.alfresco.repo.security.authentication.AuthenticationException - the authentication exception
      • getNTLMMode

        NTLMMode getNTLMMode()
        Get the enum that describes NTLM integration.
        Returns:
        the NTLM mode
      • getMD4HashedPassword

        String getMD4HashedPassword​(String userName)
        Get the MD4 password hash, as required by NTLM based authentication methods.
        Parameters:
        userName - the user name
        Returns:
        the m d4 hashed password