Class ActiveDirectoryAuthenticationProvider

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

public class ActiveDirectoryAuthenticationProvider extends AbstractActiveDirectoryAuthenticationProvider
AuthenticationProvider with Active Directory, plus UserDetailsService
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • ActiveDirectoryAuthenticationProvider

      @Deprecated @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public ActiveDirectoryAuthenticationProvider() throws IOException
      Deprecated.
      Throws:
      IOException
    • ActiveDirectoryAuthenticationProvider

      public ActiveDirectoryAuthenticationProvider(ActiveDirectorySecurityRealm realm) throws org.springframework.security.core.AuthenticationException
      Throws:
      org.springframework.security.core.AuthenticationException
  • Method Details

    • retrieveUser

      protected org.springframework.security.core.userdetails.UserDetails retrieveUser(String username, org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) throws org.springframework.security.core.AuthenticationException
      Description copied from class: AbstractActiveDirectoryAuthenticationProvider
      Authenticates the user (if authentication!=null), or retrieve the user name information (otherwise.)
      Specified by:
      retrieveUser in class AbstractActiveDirectoryAuthenticationProvider
      Throws:
      org.springframework.security.core.AuthenticationException
    • loadGroupByGroupname

      public GroupDetails loadGroupByGroupname(String groupname)