Uses of Class
org.camunda.bpm.client.spring.boot.starter.BasicAuthProperties
-
Packages that use BasicAuthProperties Package Description org.camunda.bpm.client.spring.boot.starter -
-
Uses of BasicAuthProperties in org.camunda.bpm.client.spring.boot.starter
Fields in org.camunda.bpm.client.spring.boot.starter declared as BasicAuthProperties Modifier and Type Field Description protected BasicAuthProperties
ClientProperties. basicAuth
Methods in org.camunda.bpm.client.spring.boot.starter that return BasicAuthProperties Modifier and Type Method Description BasicAuthProperties
ClientProperties. getBasicAuth()
Methods in org.camunda.bpm.client.spring.boot.starter with parameters of type BasicAuthProperties Modifier and Type Method Description void
ClientProperties. setBasicAuth(BasicAuthProperties basicAuth)
-