Expand description
The trait definition of a user details service and its clone capabilities for basic authentication.
Traitsยง
- Basic
User Details Service - The trait definition of a user details service for basic authentication.
A user details service is used to load the
UserDetailsfor a given username and passwort from a datastore. - Basic
User Details Service Clone - An user details service must be cloneable,
sendandsync. Therefore it has to implement theBasicUserDetailsServiceClonetrait to be cloneable as a boxed object.