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.AuthenticationManager
org.acegisecurity.AuthenticationException
public void setDelegate(org.acegisecurity.AuthenticationManager manager)
Copyright © 2015. All rights reserved.