@Component public class EPersonRestAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
| Constructor and Description |
|---|
EPersonRestAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
List<org.springframework.security.core.GrantedAuthority> |
getGrantedAuthorities(Context context,
EPerson eperson) |
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 List<org.springframework.security.core.GrantedAuthority> getGrantedAuthorities(Context context, EPerson eperson)
public boolean supports(Class<?> authentication)
supports in interface org.springframework.security.authentication.AuthenticationProviderCopyright © 2019 DuraSpace. All rights reserved.