Uses of Class
de.iip_ecosphere.platform.support.aas.basyx2.server.BaSyxAbstractAasServer.AppConfigurer
Packages that use BaSyxAbstractAasServer.AppConfigurer
-
Uses of BaSyxAbstractAasServer.AppConfigurer in de.iip_ecosphere.platform.support.aas.basyx2.server
Methods in de.iip_ecosphere.platform.support.aas.basyx2.server that return BaSyxAbstractAasServer.AppConfigurerModifier and TypeMethodDescriptionBaSyxAbstractAasServer.AppConfigurer.addAdditionalProfiles(String... profiles) Adds additional application profiles.Adds an application argument.Adds an application argument as property.BaSyxAbstractAasServer.AppConfigurer.addAssetServerKeystore(de.iip_ecosphere.platform.support.net.KeyStoreDescriptor kstore) Adds a keystore asAssetServerKeyStoreDescriptor.BaSyxAbstractAasServer.AppConfigurer.addAuthenticaton(de.iip_ecosphere.platform.support.aas.AuthenticationDescriptor auth) Adds an authenticaton descriptor.BaSyxAbstractAasServer.AppConfigurer.addBeanRegistrationInitializer(Class<T> cls, T instance) Adds a application initializer that registers a singled bean of typeclswith the giveninstance.BaSyxAbstractAasServer.AppConfigurer.addConfigName(String name) Adds the spring configuration (file) name.BaSyxAbstractAasServer.AppConfigurer.addDebugging()Adds spring application debugging flags.BaSyxAbstractAasServer.AppConfigurer.addInitializer(org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext> initializer) Adds a context initializer.BaSyxAbstractAasServer.AppConfigurer.addJavaHttpClientDebugging()Adds Java HTTP client debugging (System property).BaSyxAbstractAasServer.AppConfigurer.addJavaSslDebugging()Adds Java SSL debugging (System property).BaSyxAbstractAasServer.AppConfigurer.addKeystore(de.iip_ecosphere.platform.support.net.KeyStoreDescriptor kstore) Adds a keystore.BaSyxAbstractAasServer.AppConfigurer.addPort(int port) Adds the spring tomcat server port.BaSyxAbstractAasServer.AppConfigurer.addSpringSecurityDebugging()Adds spring security debugging flags.BaSyxAbstractAasServer.AppConfigurer.addStartupBeanDebugging()Adds extensive startup bean debugging.BaSyxAbstractAasServer.AppConfigurer.addTestingProfile()Sets up the application testing in oktoflow (profile, disable BaSyx authorization).BaSyxAbstractAasServer.AppConfigurer.addWebStartupDebugging()Adds spring web startup debugging flags.(package private) static BaSyxAbstractAasServer.AppConfigurerBaSyxAbstractAasServer.createConfigurer()Creates a default context configurer.(package private) static BaSyxAbstractAasServer.AppConfigurerBaSyxAbstractAasServer.createConfigurer(de.iip_ecosphere.platform.support.aas.SetupSpec.ComponentSetup setup) Creates a default context configurer.(package private) static BaSyxAbstractAasServer.AppConfigurerBaSyxAbstractAasServer.createConfigurer(org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext> initializer) Creates a default context configurer withinitializer.(package private) static BaSyxAbstractAasServer.AppConfigurerBaSyxAbstractAasServer.createConfigurer(org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext> initializer, de.iip_ecosphere.platform.support.aas.SetupSpec.ComponentSetup setup) Creates a default context configurer withinitializer.BaSyxAbstractAasServer.AppConfigurer.setBasyxAuthorization(boolean enable) Enables/disables BaSyx authorization.Methods in de.iip_ecosphere.platform.support.aas.basyx2.server with parameters of type BaSyxAbstractAasServer.AppConfigurerModifier and TypeMethodDescriptionprotected static org.springframework.context.ConfigurableApplicationContextBaSyxAbstractAasServer.createContext(Class<?> cls, int port, BaSyxAbstractAasServer.AppConfigurer configurer) Creates a context.protected static org.springframework.context.ConfigurableApplicationContextBaSyxAbstractAasServer.createContext(Class<?> cls, int port, BaSyxAbstractAasServer.AppConfigurer configurer, Consumer<de.iip_ecosphere.platform.support.aas.SetupSpec.State> stateConsumer) Creates a context with initialization.