Class RentersSecurityConfiguration
java.lang.Object
info.ejava.assignments.security.houserenters.svc.renters.RentersSecurityConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsecureRentersService(List<RentersService> impls, AuthorizationHelper authzHelper)
-
Constructor Details
-
RentersSecurityConfiguration
public RentersSecurityConfiguration()
-
-
Method Details
-
authzHelper
-
nosecureRentersServiceNoSecurity
@Primary @Bean @Profile("nosecurity") public RentersService nosecureRentersServiceNoSecurity(List<RentersService> impls) -
secureRentersService
@Primary @Bean @Profile("!nosecurity") public RentersService secureRentersService(List<RentersService> impls, AuthorizationHelper authzHelper)
-