Package org.acegisecurity
Interface AuthenticationManager
Deprecated.
- 
Method Summary
Modifier and TypeMethodDescriptionauthenticate(Authentication authentication) Deprecated.static AuthenticationManagerfromSpring(org.springframework.security.authentication.AuthenticationManager am) Deprecated.default org.springframework.security.authentication.AuthenticationManagertoSpring()Deprecated. 
- 
Method Details
- 
authenticate
Deprecated.- Throws:
 AuthenticationException
 - 
fromSpring
static AuthenticationManager fromSpring(org.springframework.security.authentication.AuthenticationManager am) Deprecated. - 
toSpring
default org.springframework.security.authentication.AuthenticationManager toSpring()Deprecated. 
 - 
 
AuthenticationManager