Interface UserDetailsProvider

All Known Implementing Classes:
DefaultUserDetailsProvider

@Deprecated public interface UserDetailsProvider
Deprecated.
Use CredentialsProvider instead.
A UserDetails provider used by the UI/CLI or other tools to create a custom UserDetails instance.

The DefaultUserDetailsProvider returns the default UserDetails implementation (see User which is based on username and password.

Since:
7.1.4, 8.0.1
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Properties properties)
    Deprecated.
    Create a UserDetails instance using the provided properties.
  • Method Details