Uses of Class
org.apache.camel.model.rest.RestSecurityDefinition
-
Packages that use RestSecurityDefinition Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of RestSecurityDefinition in org.apache.camel.model.rest
Subclasses of RestSecurityDefinition in org.apache.camel.model.rest Modifier and Type Class Description classApiKeyDefinitionRest security basic auth definitionclassBasicAuthDefinitionRest security basic auth definitionclassBearerTokenDefinitionRest security bearer token authentication definitionclassMutualTLSDefinitionRest security mutual TLS authentication definitionclassOAuth2DefinitionRest security OAuth2 definitionclassOpenIdConnectDefinitionRest security OpenID Connect definitionMethods in org.apache.camel.model.rest that return types with arguments of type RestSecurityDefinition Modifier and Type Method Description List<RestSecurityDefinition>RestSecuritiesDefinition. getSecurityDefinitions()Method parameters in org.apache.camel.model.rest with type arguments of type RestSecurityDefinition Modifier and Type Method Description voidRestSecuritiesDefinition. setSecurityDefinitions(List<RestSecurityDefinition> securityDefinitions)Security definitions
-