Uses of Class
org.apache.camel.model.rest.SecurityDefinition
Packages that use SecurityDefinition
-
Uses of SecurityDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return types with arguments of type SecurityDefinitionModifier and TypeMethodDescriptionVerbDefinition.getSecurity()RestDefinition.getSecurityRequirements()Method parameters in org.apache.camel.model.rest with type arguments of type SecurityDefinitionModifier and TypeMethodDescriptionvoidVerbDefinition.setSecurity(List<SecurityDefinition> security) Sets the security settings for this verb.voidRestDefinition.setSecurityRequirements(List<SecurityDefinition> securityRequirements) Sets the security requirement(s) for all endpoints.