public class AuthenticationManagerProxy extends Object implements org.acegisecurity.AuthenticationManager
AuthenticationManager proxy that delegates to another instance.
This is used so that we can set up servlet filters first (which requires a reference
to AuthenticationManager), then later change the actual authentication manager
(and its set up) at runtime.
| Constructor and Description |
|---|
AuthenticationManagerProxy() |
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.Authentication |
authenticate(org.acegisecurity.Authentication authentication) |
void |
setDelegate(org.acegisecurity.AuthenticationManager manager) |
public org.acegisecurity.Authentication authenticate(org.acegisecurity.Authentication authentication)
throws org.acegisecurity.AuthenticationException
authenticate in interface org.acegisecurity.AuthenticationManagerorg.acegisecurity.AuthenticationExceptionpublic void setDelegate(org.acegisecurity.AuthenticationManager manager)
Copyright © 2019. All rights reserved.