|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CredentialsProvider
instead.
@Deprecated public interface UserDetailsProvider
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.
Method Summary | |
---|---|
UserDetails |
create(Properties properties)
Deprecated. Create a UserDetails instance using the provided properties. |
Method Detail |
---|
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.
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |