Package hudson.plugins.active_directory
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
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider
AbstractActiveDirectoryAuthenticationProvider.NoAuthentication
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionloadGroupByGroupname
(String groupname) protected org.springframework.security.core.userdetails.UserDetails
retrieveUser
(String username, org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) Authenticates the user (ifauthentication!=null
), or retrieve the user name information (otherwise.)Methods inherited from class hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider
additionalAuthenticationChecks, loadUserByUsername
-
Constructor Details
-
ActiveDirectoryAuthenticationProvider
@Deprecated @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public ActiveDirectoryAuthenticationProvider() throws IOExceptionDeprecated.- 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 (ifauthentication!=null
), or retrieve the user name information (otherwise.)- Specified by:
retrieveUser
in classAbstractActiveDirectoryAuthenticationProvider
- Throws:
org.springframework.security.core.AuthenticationException
-
loadGroupByGroupname
-