Uses of Interface
org.acegisecurity.userdetails.UserDetails
Packages that use UserDetails
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
-
Uses of UserDetails in hudson.model
Methods in hudson.model that return UserDetails -
Uses of UserDetails in hudson.security
Methods in hudson.security that return UserDetailsModifier and TypeMethodDescriptionprotected UserDetails
AbstractPasswordBasedSecurityRealm.authenticate
(String username, String password) AbstractPasswordBasedSecurityRealm.loadUserByUsername
(String username) SecurityRealm.loadUserByUsername
(String username) Deprecated. -
Uses of UserDetails in jenkins.security
Methods in jenkins.security that return UserDetailsModifier and TypeMethodDescriptionprotected UserDetails
ImpersonatingUserDetailsService.attemptToImpersonate
(String username, RuntimeException e) Deprecated.ImpersonatingUserDetailsService.loadUserByUsername
(String username) Deprecated.Methods in jenkins.security with parameters of type UserDetailsModifier and TypeMethodDescriptionprotected void
SecurityListener.authenticated
(UserDetails details) static void
SecurityListener.fireAuthenticated
(UserDetails details) -
Uses of UserDetails in org.acegisecurity.providers.dao
Methods in org.acegisecurity.providers.dao that return UserDetailsModifier and TypeMethodDescriptionprotected abstract UserDetails
AbstractUserDetailsAuthenticationProvider.retrieveUser
(String username, UsernamePasswordAuthenticationToken authentication) Deprecated.Methods in org.acegisecurity.providers.dao with parameters of type UserDetailsModifier and TypeMethodDescriptionprotected abstract void
AbstractUserDetailsAuthenticationProvider.additionalAuthenticationChecks
(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication) Deprecated. -
Uses of UserDetails in org.acegisecurity.userdetails
Classes in org.acegisecurity.userdetails that implement UserDetailsMethods in org.acegisecurity.userdetails that return UserDetailsModifier and TypeMethodDescriptionstatic UserDetails
UserDetails.fromSpring
(org.springframework.security.core.userdetails.UserDetails ud) Deprecated.UserDetailsService.loadUserByUsername
(String username) Deprecated.
User.getUserDetailsForImpersonation2()