Package org.jenkinsci.plugins.saml
Class SamlUserDetailsService
- java.lang.Object
-
- org.jenkinsci.plugins.saml.SamlUserDetailsService
-
- All Implemented Interfaces:
UserDetailsService
public class SamlUserDetailsService extends Object implements UserDetailsService
This service is responsible for restoring UserDetails object by userId- See Also:
UserDetailsService
-
-
Constructor Summary
Constructors Constructor Description SamlUserDetailsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SamlUserDetails
loadUserByUsername(String username)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.acegisecurity.userdetails.UserDetailsService
toSpring
-
-
-
-
Method Detail
-
loadUserByUsername
public SamlUserDetails loadUserByUsername(@Nonnull String username)
- Specified by:
loadUserByUsername
in interfaceUserDetailsService
-
-