Interface UserStoreService
public interface UserStoreService
A service to supply custom implementation of 
SecureUserStore.- 
Method Summary
Modifier and TypeMethodDescriptionConfiguration key of this store, expected under the security provider configuration.Create the secure user store to use with these providers. 
- 
Method Details
- 
configKey
String configKey()Configuration key of this store, expected under the security provider configuration.- Returns:
 - configuration key of this service
 
 - 
create
Create the secure user store to use with these providers.- Parameters:
 config- configuration located onconfigKey()- Returns:
 - a user store to be used by providers
 
 
 -