Uses of Class
org.camunda.bpm.spring.boot.starter.property.AuthenticationProperties
-
Packages that use AuthenticationProperties Package Description org.camunda.bpm.spring.boot.starter.property -
-
Uses of AuthenticationProperties in org.camunda.bpm.spring.boot.starter.property
Fields in org.camunda.bpm.spring.boot.starter.property declared as AuthenticationProperties Modifier and Type Field Description protected AuthenticationProperties
WebappProperty. auth
Methods in org.camunda.bpm.spring.boot.starter.property that return AuthenticationProperties Modifier and Type Method Description AuthenticationProperties
WebappProperty. getAuth()
Methods in org.camunda.bpm.spring.boot.starter.property with parameters of type AuthenticationProperties Modifier and Type Method Description void
WebappProperty. setAuth(AuthenticationProperties authentication)
-