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>
RestSecuritiesRequirement. getSecurityRequirements()
Collection<SecurityDefinition>
RestSecuritiesRequirement. securityRequirements()
Method parameters in org.apache.camel.model.rest with type arguments of type SecurityDefinition Modifier and Type Method Description void
VerbDefinition. setSecurity(List<SecurityDefinition> security)
Sets the security settings for this verb.void
RestSecuritiesRequirement. setSecurityRequirements(Collection<SecurityDefinition> securityRequirements)
Security requirement configurations
-