Class IsyServiceApiSicherheitAutoConfiguration
java.lang.Object
de.bund.bva.isyfact.serviceapi.autoconfigure.IsyServiceApiSicherheitAutoConfiguration
@Deprecated
@Configuration
@ConditionalOnClass(de.bund.bva.isyfact.sicherheit.autoconfigure.IsySicherheitAutoConfiguration.class)
@AutoConfigureAfter(de.bund.bva.isyfact.sicherheit.autoconfigure.IsySicherheitAutoConfiguration.class)
public class IsyServiceApiSicherheitAutoConfiguration
extends Object
Deprecated.
This module is deprecated and will be removed in a future release.
It is recommended to use REST according to IsyFacts REST Concept instead.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.aop.AdvisorDeprecated.stelltAufrufKontextBereitInterceptor(AufrufKontextFactory factory, AufrufKontextVerwalter verwalter, AufrufKontextToResolver resolver) Deprecated.
-
Constructor Details
-
IsyServiceApiSicherheitAutoConfiguration
public IsyServiceApiSicherheitAutoConfiguration()Deprecated.
-
-
Method Details
-
stelltAufrufKontextBereitInterceptor
@Bean @ConditionalOnBean({de.bund.bva.isyfact.aufrufkontext.AufrufKontextFactory.class,de.bund.bva.isyfact.aufrufkontext.AufrufKontextVerwalter.class}) public StelltAufrufKontextBereitInterceptor stelltAufrufKontextBereitInterceptor(AufrufKontextFactory factory, AufrufKontextVerwalter verwalter, AufrufKontextToResolver resolver) Deprecated. -
stelltAufrufKontextBereitAdvisor
@Bean @ConditionalOnBean(StelltAufrufKontextBereitInterceptor.class) public org.springframework.aop.Advisor stelltAufrufKontextBereitAdvisor(StelltAufrufKontextBereitInterceptor interceptor) Deprecated.
-