Uses of Class
org.apache.camel.model.rest.ApiKeyDefinition
-
Packages that use ApiKeyDefinition Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of ApiKeyDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return ApiKeyDefinition Modifier and Type Method Description ApiKeyDefinitionRestSecuritiesDefinition. apiKey(String key)ApiKeyDefinitionRestSecuritiesDefinition. apiKey(String key, String description)ApiKeyDefinitionApiKeyDefinition. withCookie(String name)ApiKeyDefinitionApiKeyDefinition. withHeader(String name)ApiKeyDefinitionApiKeyDefinition. withQuery(String name)
-