Package dk.acto.fafnir.client
Class FafnirClientConfiguration
java.lang.Object
dk.acto.fafnir.client.FafnirClientConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadministrationService(com.hazelcast.core.HazelcastInstance hazelcastInstance, HazelcastConf hazelcastConf, PublicKeyProvider publicKeyProvider, CryptoService cryptoService) hazelcastConf(String mapName, boolean userNameIsEmail, boolean passwordIsEncrypted, boolean trimUsername)
-
Constructor Details
-
FafnirClientConfiguration
public FafnirClientConfiguration()
-
-
Method Details
-
hazelcastConf
@Bean public HazelcastConf hazelcastConf(@Value("${HAZELCAST_MAP_NAME:fafnir-users}") String mapName, @Value("${HAZELCAST_USERNAME_IS_EMAIL:false}") boolean userNameIsEmail, @Value("${HAZELCAST_PASSWORD_IS_ENCRYPTED:false}") boolean passwordIsEncrypted, @Value("${HAZELCAST_TRIM_USERNAME:false}") boolean trimUsername) -
cryptoService
-
administrationService
@Bean public AdministrationService administrationService(com.hazelcast.core.HazelcastInstance hazelcastInstance, HazelcastConf hazelcastConf, PublicKeyProvider publicKeyProvider, CryptoService cryptoService)
-