Class CamundaLoginProperties
-
- All Implemented Interfaces:
@ConfigurationProperties(prefix = "camunda.bpm.login") public final class CamundaLoginPropertiesConfiguration properties to be supplied via properties or yaml file.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final StringuserIdprivate final StringcamundaContextPathprivate final BooleancreateIfAbsentprivate final BooleanrandomPassword
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()Flag activating the auto-login feature. final StringgetUserId()User id of the user that logs in . final StringgetCamundaContextPath()Context camunda Web app is bound to. final BooleangetCreateIfAbsent()Flag indicating that the user should be created, if it doesn't exist. final BooleangetRandomPassword()Generate random password (to prevent logins). final UserEntityextractUser()Extracts auto-generated local user. -
-
Method Detail
-
getEnabled
final Boolean getEnabled()
Flag activating the auto-login feature. Defaults to false.
-
getCamundaContextPath
final String getCamundaContextPath()
Context camunda Web app is bound to.
-
getCreateIfAbsent
final Boolean getCreateIfAbsent()
Flag indicating that the user should be created, if it doesn't exist. Defaults to 'false'.
-
getRandomPassword
final Boolean getRandomPassword()
Generate random password (to prevent logins).
-
extractUser
final UserEntity extractUser()
Extracts auto-generated local user.
-
-
-
-