Uses of Class
de.xima.fc.mdl.auth.config.view.PasswordConfigViewModel
-
Packages that use PasswordConfigViewModel Package Description de.xima.fc.mdl.auth.config.view de.xima.fc.workflow -
-
Uses of PasswordConfigViewModel in de.xima.fc.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view that return PasswordConfigViewModel Modifier and Type Method Description static PasswordConfigViewModel
PasswordConfigViewModel. empty(Locale locale)
static PasswordConfigViewModel
PasswordConfigViewModel. forAuthConfig(IAuthenticatorConfig config, Locale locale)
-
Uses of PasswordConfigViewModel in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return PasswordConfigViewModel Modifier and Type Method Description PasswordConfigViewModel
WorkflowStateModel. getPasswordAuthenticator()
Methods in de.xima.fc.workflow with parameters of type PasswordConfigViewModel Modifier and Type Method Description void
WorkflowStateModel. setPasswordAuthenticator(PasswordConfigViewModel passwordAuthenticator)
-