Uses of Enum Class
org.apache.camel.component.docling.AuthenticationScheme
-
Uses of AuthenticationScheme in org.apache.camel.component.docling
Methods in org.apache.camel.component.docling that return AuthenticationSchemeModifier and TypeMethodDescriptionDoclingConfiguration.getAuthenticationScheme()static AuthenticationSchemeReturns the enum constant of this class with the specified name.static AuthenticationScheme[]AuthenticationScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.docling with parameters of type AuthenticationSchemeModifier and TypeMethodDescriptionvoidDoclingConfiguration.setAuthenticationScheme(AuthenticationScheme authenticationScheme) Constructors in org.apache.camel.component.docling with parameters of type AuthenticationSchemeModifierConstructorDescriptionDoclingServeClient(String baseUrl, AuthenticationScheme authenticationScheme, String authenticationToken, String apiKeyHeader) DoclingServeClient(String baseUrl, AuthenticationScheme authenticationScheme, String authenticationToken, String apiKeyHeader, String convertEndpoint) DoclingServeClient(String baseUrl, AuthenticationScheme authenticationScheme, String authenticationToken, String apiKeyHeader, String convertEndpoint, long asyncPollInterval, long asyncTimeout) DoclingServeClient(String baseUrl, AuthenticationScheme authenticationScheme, String authenticationToken, String apiKeyHeader, String convertEndpoint, long asyncPollInterval, long asyncTimeout, int maxTotalConnections, int maxConnectionsPerRoute, int connectionTimeout, int socketTimeout, int connectionRequestTimeout, long connectionTimeToLive, int validateAfterInactivity, boolean evictIdleConnections, long maxIdleTime)