Uses of Interface
org.acegisecurity.AuthenticationManager
Packages that use AuthenticationManager
Package
Description
Security-related code.
Façade for 
org.springframework.security.- 
Uses of AuthenticationManager in hudson.security
Fields in hudson.security declared as AuthenticationManagerModifier and TypeFieldDescriptionfinal AuthenticationManagerSecurityRealm.SecurityComponents.managerDeprecated.Constructors in hudson.security with parameters of type AuthenticationManagerModifierConstructorDescriptionSecurityComponents(AuthenticationManager manager) Deprecated.SecurityComponents(AuthenticationManager manager, UserDetailsService userDetails) Deprecated.SecurityComponents(AuthenticationManager manager, UserDetailsService userDetails, RememberMeServices rememberMe)  - 
Uses of AuthenticationManager in org.acegisecurity
Methods in org.acegisecurity that return AuthenticationManagerModifier and TypeMethodDescriptionstatic AuthenticationManagerAuthenticationManager.fromSpring(org.springframework.security.authentication.AuthenticationManager am) Deprecated. 
SecurityRealm.SecurityComponents.manager2