| Package | Description |
|---|---|
| org.trustedanalytics.usermanagement.invitations.securitycode | |
| org.trustedanalytics.usermanagement.storage |
| Modifier and Type | Method and Description |
|---|---|
SecurityCode |
SecurityCodeService.generateCode(String email) |
SecurityCode |
SecurityCodeService.redeem(SecurityCode code) |
SecurityCode |
SecurityCodeService.verify(String code) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SecurityCode> |
SecurityCodeService.findByMail(String email) |
| Modifier and Type | Method and Description |
|---|---|
SecurityCode |
SecurityCodeService.redeem(SecurityCode code) |
| Constructor and Description |
|---|
SecurityCodeService(KeyValueStore<SecurityCode> store) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.redis.core.RedisOperations<String,SecurityCode> |
StorageConfig.RedisSecurityCodesStorageConfig.redisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory,
org.trustedanalytics.redis.encryption.serializer.HashedStringRedisSerializer hashedStringRedisSerializer,
org.trustedanalytics.redis.encryption.serializer.SecureJacksonJsonRedisSerializer<SecurityCode> secureJacksonJsonRedisSerializer) |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityCodeService |
StorageConfig.RedisSecurityCodesStorageConfig.redisSecurityCodeService(KeyValueStore<SecurityCode> redisSecurityCodeStore) |
org.springframework.data.redis.core.RedisOperations<String,SecurityCode> |
StorageConfig.RedisSecurityCodesStorageConfig.redisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory,
org.trustedanalytics.redis.encryption.serializer.HashedStringRedisSerializer hashedStringRedisSerializer,
org.trustedanalytics.redis.encryption.serializer.SecureJacksonJsonRedisSerializer<SecurityCode> secureJacksonJsonRedisSerializer) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.