Uses of Class
org.apache.camel.model.rest.RestSecuritiesDefinition
Packages that use RestSecuritiesDefinition
-
Uses of RestSecuritiesDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return RestSecuritiesDefinitionModifier and TypeMethodDescriptionRestSecuritiesDefinition.bearerToken(String key, String bearerFormat) RestSecuritiesDefinition.bearerToken(String key, String description, String bearerFormat) ApiKeyDefinition.end()OAuth2Definition.end()RestDefinition.getSecurityDefinitions()RestSecuritiesDefinition.openIdConnect(String key, String url) RestSecuritiesDefinition.openIdConnect(String key, String description, String url) RestDefinition.securityDefinitions()To configure security definitions.Methods in org.apache.camel.model.rest with parameters of type RestSecuritiesDefinitionModifier and TypeMethodDescriptionvoidRestDefinition.setSecurityDefinitions(RestSecuritiesDefinition securityDefinitions) Sets the security definitions such as Basic, OAuth2 etc.