com.atlassian.crowd.integration.springsecurity
public class DynamicProviderManagerImpl extends org.springframework.security.authentication.ProviderManager implements DynamicProviderManager
| Constructor and Description |
|---|
DynamicProviderManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProvider(org.springframework.security.authentication.AuthenticationProvider provider) |
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
removeProvider(org.springframework.security.authentication.AuthenticationProvider provider) |
afterPropertiesSet, getProviders, isEraseCredentialsAfterAuthentication, setAuthenticationEventPublisher, setClearExtraInformation, setEraseCredentialsAfterAuthentication, setMessageSource, setParent, setProviderspublic org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
throws org.springframework.security.core.AuthenticationException
authenticate in interface org.springframework.security.authentication.AuthenticationManagerauthenticate in class org.springframework.security.authentication.ProviderManagerorg.springframework.security.core.AuthenticationExceptionpublic void addProvider(org.springframework.security.authentication.AuthenticationProvider provider)
addProvider in interface DynamicProviderManagerpublic boolean removeProvider(org.springframework.security.authentication.AuthenticationProvider provider)
removeProvider in interface DynamicProviderManagerCopyright © 2015 Atlassian. All Rights Reserved.