public class ContentStoreAuthenticationProvider extends Object implements org.springframework.security.providers.AuthenticationProvider
| Constructor and Description |
|---|
ContentStoreAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.Authentication |
authenticate(org.springframework.security.Authentication authentication) |
ContentStoreManager |
getContentStoreManager() |
void |
setContentStoreManager(ContentStoreManager contentStoreManager) |
boolean |
supports(Class authentication) |
public org.springframework.security.Authentication authenticate(org.springframework.security.Authentication authentication)
throws org.springframework.security.AuthenticationException
authenticate in interface org.springframework.security.providers.AuthenticationProviderorg.springframework.security.AuthenticationExceptionpublic boolean supports(Class authentication)
supports in interface org.springframework.security.providers.AuthenticationProviderpublic ContentStoreManager getContentStoreManager()
public void setContentStoreManager(ContentStoreManager contentStoreManager)
Copyright © 2009-2013 DuraSpace. All Rights Reserved.