CredentialsProvider
instead.@Deprecated public interface UserDetailsProvider
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.
Modifier and Type | Method and Description |
---|---|
UserDetails |
create(Properties properties)
Deprecated.
Create a
UserDetails instance using the provided properties. |
UserDetails create(Properties properties) throws Exception
UserDetails
instance using the provided properties.properties
- properties to extract key value pairs in order to create a UserDetails
instance.Exception
- if failed to create the UserDetails
instance.Copyright © GigaSpaces.