Interface UserDetailsProvider
- All Known Implementing Classes:
DefaultUserDetailsProvider
Deprecated.
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 TypeMethodDescriptioncreate(Properties properties) Deprecated.Create aUserDetailsinstance using the provided properties.
-
Method Details
-
create
Deprecated.Create aUserDetailsinstance using the provided properties.- Parameters:
properties- properties to extract key value pairs in order to create aUserDetailsinstance.- Returns:
- a new user details instance
- Throws:
Exception- if failed to create theUserDetailsinstance.
-
CredentialsProviderinstead.