Class AbstractActiveDirectoryAuthenticationProvider

java.lang.Object
hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider
All Implemented Interfaces:
GroupDetailsService, org.springframework.security.core.userdetails.UserDetailsService
Direct Known Subclasses:
ActiveDirectoryAuthenticationProvider, ActiveDirectoryUnixAuthenticationProvider

public abstract class AbstractActiveDirectoryAuthenticationProvider extends Object implements org.springframework.security.core.userdetails.UserDetailsService, GroupDetailsService
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • AbstractActiveDirectoryAuthenticationProvider

      public AbstractActiveDirectoryAuthenticationProvider()
  • Method Details

    • retrieveUser

      protected abstract org.springframework.security.core.userdetails.UserDetails retrieveUser(String username, org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) throws org.springframework.security.core.AuthenticationException
      Authenticates the user (if authentication!=null), or retrieve the user name information (otherwise.)
      Throws:
      org.springframework.security.core.AuthenticationException
    • loadUserByUsername

      public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
      Specified by:
      loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsService
      Throws:
      org.springframework.security.core.userdetails.UsernameNotFoundException
    • additionalAuthenticationChecks

      protected void additionalAuthenticationChecks(org.springframework.security.core.userdetails.UserDetails userDetails, org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) throws org.springframework.security.core.AuthenticationException
      Throws:
      org.springframework.security.core.AuthenticationException