Uses of Interface
info.ejava.assignments.api.houserenters.svc.renters.RentersService
Packages that use RentersService
Package
Description
-
Uses of RentersService in info.ejava_student.starter.assignment3.security.houserentals
Methods in info.ejava_student.starter.assignment3.security.houserentals with parameters of type RentersServiceModifier and TypeMethodDescriptionSecureHouseRentalsConfiguration.secureHouseRentalsService(List<HouseRentalsService> serviceImpls, HousesService housesService, RentersService rentersService, AuthorizationHelper authzHelper) -
Uses of RentersService in info.ejava.assignments.api.houserenters.svc.renters
Classes in info.ejava.assignments.api.houserenters.svc.renters that implement RentersServiceFields in info.ejava.assignments.api.houserenters.svc.renters declared as RentersServiceMethods in info.ejava.assignments.api.houserenters.svc.renters that return RentersServiceModifier and TypeMethodDescriptionRentersAPIConfiguration.rentersServiceDTOMapImpl(RentersDTORepository rentersDTORepository) Methods in info.ejava.assignments.api.houserenters.svc.renters with parameters of type RentersServiceModifier and TypeMethodDescriptionRentersAPIConfiguration.rentersController(RentersService rentersService) -
Uses of RentersService in info.ejava.assignments.security.houserenters.svc.renters
Classes in info.ejava.assignments.security.houserenters.svc.renters that implement RentersServiceModifier and TypeClassDescriptionclassclassFields in info.ejava.assignments.security.houserenters.svc.renters declared as RentersServiceModifier and TypeFieldDescriptionprivate final RentersServiceNoSecurityRentersServiceWrapper.implprivate final RentersServiceSecureRentersServiceWrapper.implMethods in info.ejava.assignments.security.houserenters.svc.renters that return RentersServiceModifier and TypeMethodDescriptionRentersSecurityConfiguration.nosecureRentersServiceNoSecurity(List<RentersService> impls) RentersSecurityConfiguration.secureRentersService(List<RentersService> impls, AuthorizationHelper authzHelper) Method parameters in info.ejava.assignments.security.houserenters.svc.renters with type arguments of type RentersServiceModifier and TypeMethodDescriptionRentersSecurityConfiguration.nosecureRentersServiceNoSecurity(List<RentersService> impls) RentersSecurityConfiguration.secureRentersService(List<RentersService> impls, AuthorizationHelper authzHelper)