Interface UserStoreService
-
public interface UserStoreServiceA service to supply custom implementation ofSecureUserStore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringconfigKey()Configuration key of this store, expected under the security provider configuration.SecureUserStorecreate(Config config)Create the secure user store to use with these providers.
-
-
-
Method Detail
-
configKey
String configKey()
Configuration key of this store, expected under the security provider configuration.- Returns:
- configuration key of this service
-
create
SecureUserStore create(Config config)
Create the secure user store to use with these providers.- Parameters:
config- configuration located onconfigKey()- Returns:
- a user store to be used by providers
-
-