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
UserDetails
for a given username and passwort from a datastore. - Basic
User Details Service Clone - An user details service must be cloneable,
send
andsync
. Therefore it has to implement theBasicUserDetailsServiceClone
trait to be cloneable as a boxed object.