Class AuthenticationProperties
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.AuthenticationProperties
-
public class AuthenticationProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthenticationProperties.CacheProperties
-
Field Summary
Fields Modifier and Type Field Description protected AuthenticationProperties.CacheProperties
cache
-
Constructor Summary
Constructors Constructor Description AuthenticationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationProperties.CacheProperties
getCache()
void
setCache(AuthenticationProperties.CacheProperties cache)
-
-
-
Field Detail
-
cache
@NestedConfigurationProperty protected AuthenticationProperties.CacheProperties cache
-
-
Method Detail
-
getCache
public AuthenticationProperties.CacheProperties getCache()
-
setCache
public void setCache(AuthenticationProperties.CacheProperties cache)
-
-