Package de.xima.fc.mdl.auth.config.view
Class PasswordConfigViewModel
java.lang.Object
de.xima.fc.mdl.auth.config.view.AConfigViewModel
de.xima.fc.mdl.auth.config.view.PasswordConfigViewModel
- All Implemented Interfaces:
IStringAttributesMixin
,Serializable
View model for custom authenticator config of type
EAuthClientType.PASSWORD
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PasswordConfigViewModel
static PasswordConfigViewModel
forAuthConfig
(IAuthenticatorConfig config, Locale locale) boolean
void
setPassword
(String password) void
setShowPlain
(boolean showPlain) void
toString()
toWorkflowStateAuthenticatorConfig
(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) Methods inherited from class de.xima.fc.mdl.auth.config.view.AConfigViewModel
getAttributes, getAuthenticatorType, getDisplayDescription, getDisplayName, getIdentifier, setAttributes, setAuthenticatorType, setDisplayDescription, setDisplayName, setIdentifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.mixin.attributes.IStringAttributesMixin
getAttributeValue, getAttributeValueList, getAttributeValueMap, putAttribute, putAttributes, putAttributes, removeAttribute
-
Field Details
-
ATTR_HASHED
Deprecated.- See Also:
-
ATTR_PASSWORD
- See Also:
-
-
Constructor Details
-
PasswordConfigViewModel
Deprecated.For JSON deserialization only.
-
-
Method Details
-
getPassword
-
isShowPlain
public boolean isShowPlain() -
setPassword
-
setShowPlain
public void setShowPlain(boolean showPlain) -
togglePlainPassword
public void togglePlainPassword() -
toString
-
toWorkflowStateAuthenticatorConfig
public WorkflowStateAuthenticatorConfig toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) - Specified by:
toWorkflowStateAuthenticatorConfig
in classAConfigViewModel
-
empty
-
forAuthConfig
-