Module user_details_service

Module user_details_service 

Source
Expand description

The trait definition of a user details service and its clone capabilities for basic authentication.

Traitsยง

BasicUserDetailsService
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.
BasicUserDetailsServiceClone
An user details service must be cloneable, send and sync. Therefore it has to implement the BasicUserDetailsServiceClone trait to be cloneable as a boxed object.