Package org.openiam.config
Class SasConfig
- java.lang.Object
-
- org.openiam.config.SasConfig
-
@Configuration @Import({RabbitMQConfig.class,PropertyPlaceholderConfig.class,RedisConfiguration.class}) public class SasConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description SasConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptoAPIWrapper
cryptoAPIWrapper()
SpringContextProvider
springContextProvider()
-
-
-
Method Detail
-
springContextProvider
@Bean public SpringContextProvider springContextProvider()
-
cryptoAPIWrapper
@Bean @Lazy public CryptoAPIWrapper cryptoAPIWrapper()
-
-