Uses of Class
io.streamthoughts.azkarra.streams.autoconfigure.annotations.EnableAutoConfig
-
Packages that use EnableAutoConfig Package Description io.streamthoughts.azkarra.streams.autoconfigure.annotations io.streamthoughts.examples.azkarra.security -
-
Uses of EnableAutoConfig in io.streamthoughts.azkarra.streams.autoconfigure.annotations
Classes in io.streamthoughts.azkarra.streams.autoconfigure.annotations with annotations of type EnableAutoConfig Modifier and Type Class Description interface
AzkarraStreamsApplication
-
Uses of EnableAutoConfig in io.streamthoughts.examples.azkarra.security
Classes in io.streamthoughts.examples.azkarra.security with annotations of type EnableAutoConfig Modifier and Type Class Description class
BasicAuthenticationExample
Example to configure an azkarra application with Basic authentication.class
SSLAuthenticationExample
Example to configure an azkarra application with SSL-Two-Way authentication.
-