public class DSpaceAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationService |
authenticationService |
| Constructor and Description |
|---|
DSpaceAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSpecialGroupsToGrantedAuthorityList(Context context,
javax.servlet.http.HttpServletRequest httpServletRequest,
List<org.springframework.security.core.authority.SimpleGrantedAuthority> grantedAuthorities) |
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
supports(Class<?> authentication) |
protected AuthenticationService authenticationService
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.AuthenticationExceptionprotected void addSpecialGroupsToGrantedAuthorityList(Context context, javax.servlet.http.HttpServletRequest httpServletRequest, List<org.springframework.security.core.authority.SimpleGrantedAuthority> grantedAuthorities) throws SQLException
SQLExceptionpublic boolean supports(Class<?> authentication)
supports in interface org.springframework.security.authentication.AuthenticationProviderCopyright © 2019 DuraSpace. All rights reserved.