Uses of Class
org.apache.camel.model.rest.SecurityDefinition
-
Packages that use SecurityDefinition Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of SecurityDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return types with arguments of type SecurityDefinition Modifier and Type Method Description List<SecurityDefinition>VerbDefinition. getSecurity()List<SecurityDefinition>RestDefinition. getSecurityRequirements()Method parameters in org.apache.camel.model.rest with type arguments of type SecurityDefinition Modifier and Type Method Description voidVerbDefinition. setSecurity(List<SecurityDefinition> security)Sets the security settings for this verb.voidRestDefinition. setSecurityRequirements(List<SecurityDefinition> securityRequirements)Sets the security requirement(s) for all endpoints.
-