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