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 AuthenticationManager
SecurityRealm.SecurityComponents.manager
Deprecated.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 AuthenticationManager
AuthenticationManager.fromSpring
(org.springframework.security.authentication.AuthenticationManager am) Deprecated.
SecurityRealm.SecurityComponents.manager2