GigaSpaces XAP 10.0.1 API

com.gigaspaces.security.directory
Interface UserDetailsProvider

All Known Implementing Classes:
DefaultUserDetailsProvider

Deprecated. Use 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.

Since:
7.1.4, 8.0.1

Method Summary
 UserDetails create(Properties properties)
          Deprecated. Create a UserDetails instance using the provided properties.
 

Method Detail

create

UserDetails create(Properties properties)
                   throws Exception
Deprecated. 
Create a UserDetails instance using the provided properties.

Parameters:
properties - properties to extract key value pairs in order to create a UserDetails instance.
Returns:
a new user details instance
Throws:
Exception - if failed to create the UserDetails instance.

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.