Uses of Interface
net.solarnetwork.central.dao.SolarNodeOwnershipDao
Packages that use SolarNodeOwnershipDao
Package
Description
-
Uses of SolarNodeOwnershipDao in net.solarnetwork.central.aop
Constructors in net.solarnetwork.central.aop with parameters of type SolarNodeOwnershipDaoModifierConstructorDescriptionUserMetadataSecurityAspect(SolarNodeOwnershipDao nodeOwnershipDao) Constructor. -
Uses of SolarNodeOwnershipDao in net.solarnetwork.central.common.dao.config
Methods in net.solarnetwork.central.common.dao.config that return SolarNodeOwnershipDao -
Uses of SolarNodeOwnershipDao in net.solarnetwork.central.common.dao.jdbc
Classes in net.solarnetwork.central.common.dao.jdbc that implement SolarNodeOwnershipDao -
Uses of SolarNodeOwnershipDao in net.solarnetwork.central.security
Methods in net.solarnetwork.central.security that return SolarNodeOwnershipDaoModifier and TypeMethodDescriptionAuthorizationSupport.getNodeOwnershipDao()Get theSolarNodeOwnershipDao.Methods in net.solarnetwork.central.security with parameters of type SolarNodeOwnershipDaoModifier and TypeMethodDescriptionstatic Long[]SecurityUtils.authorizedNodeIds(org.springframework.security.core.Authentication auth, SolarNodeOwnershipDao nodeOwnershipDao) Get all node IDs the given authentication is authorized to access.static Long[]SecurityUtils.authorizedNodeIdsForCurrentActor(SolarNodeOwnershipDao nodeOwnershipDao) Get all node IDs the current actor is authorized to access.Constructors in net.solarnetwork.central.security with parameters of type SolarNodeOwnershipDaoModifierConstructorDescriptionAuthorizationSupport(SolarNodeOwnershipDao nodeOwnershipDao) Constructor.