public class ActiveDirectoryAuthenticationProvider extends AbstractActiveDirectoryAuthenticationProvider
AuthenticationProvider with Active Directory, plus UserDetailsServiceSHOW_USER_NOT_FOUND_EXCEPTION| Constructor and Description |
|---|
ActiveDirectoryAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canRetrieveUserByName()
Returns true if we can retrieve user just from the name without supplying any credential.
|
hudson.security.GroupDetails |
loadGroupByGroupname(String groupname) |
protected org.acegisecurity.userdetails.UserDetails |
retrieveUser(String username,
org.acegisecurity.providers.UsernamePasswordAuthenticationToken authentication)
Authenticates the user (if
authentication!=null), or retrieve the user name information (otherwise.) |
additionalAuthenticationChecks, loadUserByUsernameafterPropertiesSet, authenticate, createSuccessAuthentication, doAfterPropertiesSet, getUserCache, isForcePrincipalAsString, isHideUserNotFoundExceptions, setForcePrincipalAsString, setHideUserNotFoundExceptions, setMessageSource, setUserCache, supportspublic ActiveDirectoryAuthenticationProvider()
throws IOException
IOExceptionprotected org.acegisecurity.userdetails.UserDetails retrieveUser(String username, org.acegisecurity.providers.UsernamePasswordAuthenticationToken authentication) throws org.acegisecurity.AuthenticationException
AbstractActiveDirectoryAuthenticationProviderauthentication!=null), or retrieve the user name information (otherwise.)retrieveUser in class AbstractActiveDirectoryAuthenticationProviderorg.acegisecurity.AuthenticationExceptionprotected boolean canRetrieveUserByName()
AbstractActiveDirectoryAuthenticationProvidercanRetrieveUserByName in class AbstractActiveDirectoryAuthenticationProviderpublic hudson.security.GroupDetails loadGroupByGroupname(String groupname)
Copyright © 2004-2014. All Rights Reserved.