Uses of Annotation Type
net.aifusion.metamodel.Export
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
-
Uses of Export in net.aifusion.cimserver
Modifier and TypeClassDescriptionclass
Class to represent a Cim server configurationModifier and TypeMethodDescriptionHttpConfiguration.getCookieStore()
Get the name of the cookie store to use for managing cookies, if anyHttpConfiguration.getHostName()
Get the Host name for the serverHttpConfiguration.getId()
Get the configuration ID (unique identifier for the configuration)HttpConfiguration.getKeyStore()
Get the name of the key store to use for managing known keys, if anyHttpConfiguration.getKeyStorePassword()
Get the password used to protect the key store, if anyHttpConfiguration.getLogEnabled()
flag to indicate if logging is enabled in the serverHttpConfiguration.getLogFile()
Get the log file used in the serverHttpConfiguration.getLogLevel()
int
HttpConfiguration.getMaxSessions()
Get maximum sessions accepted by server.HttpConfiguration.getProvider()
Get the CIM provider used in CimHandlerHttpConfiguration.getProxyHost()
Get the Host name for a proxy, if any definedint
HttpConfiguration.getProxyPort()
Get the server portHttpConfiguration.getRepository()
Get the name of the repository to useHttpConfiguration.getRequestHandler()
Get the name of the request handler class used by this serverint
HttpConfiguration.getServerPort()
Get the server portint
HttpConfiguration.getServerTimeout()
Get the server time outHttpConfiguration.getTrustStore()
Get the name of the trusted certificate store to use, if anyHttpConfiguration.getTrustStorePassword()
Get the password used to protect the trust store, if anyHttpConfiguration.getX500Principal()
Get the X500 Principal distinguished name for server credentialsboolean
HttpConfiguration.isSecure()
Check if the server uses https