public class AcegiAuthenticationManager extends Object implements org.acegisecurity.AuthenticationManager
| Constructor and Description |
|---|
AcegiAuthenticationManager(org.springframework.security.authentication.AuthenticationManager authenticationManager) |
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.Authentication |
authenticate(org.acegisecurity.Authentication authentication) |
protected org.acegisecurity.AuthenticationException |
mapAuthException(org.springframework.security.core.AuthenticationException e) |
protected org.springframework.security.core.Authentication |
mapAuthRequest(org.acegisecurity.Authentication authentication) |
protected org.acegisecurity.Authentication |
mapAuthResponse(org.springframework.security.core.Authentication authentication) |
public AcegiAuthenticationManager(org.springframework.security.authentication.AuthenticationManager authenticationManager)
public org.acegisecurity.Authentication authenticate(org.acegisecurity.Authentication authentication)
throws org.acegisecurity.AuthenticationException
authenticate in interface org.acegisecurity.AuthenticationManagerorg.acegisecurity.AuthenticationExceptionprotected org.springframework.security.core.Authentication mapAuthRequest(org.acegisecurity.Authentication authentication)
protected org.acegisecurity.Authentication mapAuthResponse(org.springframework.security.core.Authentication authentication)
protected org.acegisecurity.AuthenticationException mapAuthException(org.springframework.security.core.AuthenticationException e)
Copyright © 2016–2018. All rights reserved.