Uses of Interface
org.acegisecurity.AuthenticationManager
-
Packages that use AuthenticationManager Package Description hudson.security Security-related code.org.acegisecurity Façade fororg.springframework.security
. -
-
Uses of AuthenticationManager in hudson.security
Fields in hudson.security declared as AuthenticationManager Modifier and Type Field Description AuthenticationManager
SecurityRealm.SecurityComponents. manager
Deprecated.Constructors in hudson.security with parameters of type AuthenticationManager Constructor Description SecurityComponents(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 AuthenticationManager Modifier and Type Method Description static AuthenticationManager
AuthenticationManager. fromSpring(org.springframework.security.authentication.AuthenticationManager am)
Deprecated.
-