Class SecureHouseRentalsConfiguration
java.lang.Object
info.ejava_student.starter.assignment3.security.houserentals.SecureHouseRentalsConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnosecureHouseRentalsService(List<HouseRentalsService> serviceImpls) secureHouseRentalsService(List<HouseRentalsService> serviceImpls, HousesService housesService, RentersService rentersService, AuthorizationHelper authzHelper)
-
Constructor Details
-
SecureHouseRentalsConfiguration
public SecureHouseRentalsConfiguration()
-
-
Method Details
-
nosecureHouseRentalsService
@Primary @Bean @Profile("nosecurity") public HouseRentalsService nosecureHouseRentalsService(List<HouseRentalsService> serviceImpls) -
secureHouseRentalsService
@Primary @Bean @Profile("!nosecurity") public HouseRentalsService secureHouseRentalsService(List<HouseRentalsService> serviceImpls, HousesService housesService, RentersService rentersService, AuthorizationHelper authzHelper)
-