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 class
RestSecurityApiKey
Rest security basic auth definitionclass
RestSecurityBasicAuth
Rest security basic auth definitionclass
RestSecurityBearerToken
Rest security bearer token authentication definitionclass
RestSecurityMutualTLS
Rest security mutual TLS authentication definitionclass
RestSecurityOAuth2
Rest security OAuth2 definitionclass
RestSecurityOpenIdConnect
Rest 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 void
RestSecuritiesDefinition. setSecurityDefinitions(List<RestSecurityDefinition> securityDefinitions)
Security definitions
-