| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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)
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 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||