diff options
author | 2023-09-13 12:12:46 +0100 | |
---|---|---|
committer | 2023-09-27 20:50:45 +0000 | |
commit | 5f3e9912406897ee18c424b940881ce08d59bb44 (patch) | |
tree | 044f7d60aa41ddbd8f0fdeb54f2e16ff21bd58bf /catalog-be/src/main/resources/application-context.xml | |
parent | d4fd2ca0fba827042fc5313efeaf9cdf850be647 (diff) |
Remove legacy certificate handling
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4621
Change-Id: I834f2a0a4f73693dbb656dfa9186506bf88c62c1
Diffstat (limited to 'catalog-be/src/main/resources/application-context.xml')
-rw-r--r-- | catalog-be/src/main/resources/application-context.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/catalog-be/src/main/resources/application-context.xml b/catalog-be/src/main/resources/application-context.xml index 2b1d5ef3bd..242af542fe 100644 --- a/catalog-be/src/main/resources/application-context.xml +++ b/catalog-be/src/main/resources/application-context.xml @@ -31,10 +31,6 @@ <aop:pointcut id="lockingTransaction" expression="@annotation(org.openecomp.sdc.be.components.impl.lock.LockingTransactional) and args(componentId, componentType,..)"/> <aop:around method="lock" arg-names="proceedingJoinPoint,componentId,componentType" pointcut-ref="lockingTransaction"/> </aop:aspect> - <aop:aspect id="roleAuthorizationAspect" ref="roleAuthorizationHandler"> - <aop:pointcut id="roleAuthorize" expression="@annotation(permissions)"/> - <aop:before method="authorizeRole" arg-names="joinPoint, permissions" pointcut-ref="roleAuthorize"/> - </aop:aspect> </aop:config> </beans> |