Interface LdapAuthenticator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.ldap.core.DirContextOperations authenticate​(org.springframework.security.core.Authentication authentication)
      Authenticates as a user and obtains additional user information from the directory.
    • Method Detail

      • authenticate

        org.springframework.ldap.core.DirContextOperations authenticate​(org.springframework.security.core.Authentication authentication)
        Authenticates as a user and obtains additional user information from the directory.
        Parameters:
        authentication -
        Returns:
        the details of the successfully authenticated user.