public class ContentStoreAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
| Constructor and Description |
|---|
ContentStoreAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
ContentStoreManager |
getContentStoreManager() |
void |
setContentStoreManager(ContentStoreManager contentStoreManager) |
boolean |
supports(Class authentication) |
public 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.AuthenticationProviderorg.springframework.security.core.AuthenticationExceptionpublic boolean supports(Class authentication)
supports in interface org.springframework.security.authentication.AuthenticationProviderpublic ContentStoreManager getContentStoreManager()
public void setContentStoreManager(ContentStoreManager contentStoreManager)
Copyright © 2009–2017 DuraSpace. All rights reserved.