Package org.ehrbase.tenant
Class TenantAspect
java.lang.Object
org.ehrbase.tenant.TenantAspect
- All Implemented Interfaces:
ExtractionStrategyAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidaddExtractionStrategy(TenantIdExtractionStrategy<T> strategy) voidmatchTenantAnnotation(TenantAware tenantAnnotation) securedCall(org.aspectj.lang.ProceedingJoinPoint pjp, TenantAware tenantAnnotation)
-
Constructor Details
-
TenantAspect
public TenantAspect() -
TenantAspect
-
-
Method Details
-
addExtractionStrategy
- Specified by:
addExtractionStrategyin interfaceExtractionStrategyAware
-
matchTenantAnnotation
-
securedCall
public Object securedCall(org.aspectj.lang.ProceedingJoinPoint pjp, TenantAware tenantAnnotation) throws Throwable - Throws:
Throwable
-