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