Package de.xima.fc.mdl.auth.config.view
Class AnonymousConfigViewModel
java.lang.Object
de.xima.fc.mdl.auth.config.view.AConfigViewModel
de.xima.fc.mdl.auth.config.view.AnonymousConfigViewModel
- All Implemented Interfaces:
IStringAttributesMixin
,Serializable
View model for authenticator configs of type
EAuthClientType.ANONYMOUS
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnonymousConfigViewModel
static AnonymousConfigViewModel
forAuthConfig
(IAuthenticatorConfig config, Locale locale) boolean
isActive()
void
setActive
(boolean active) 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, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.mixin.attributes.IStringAttributesMixin
getAttributeValue, getAttributeValueList, getAttributeValueMap, putAttribute, putAttributes, putAttributes, removeAttribute
-
Constructor Details
-
AnonymousConfigViewModel
Deprecated.For JSON deserialization only.
-
-
Method Details
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
toWorkflowStateAuthenticatorConfig
public WorkflowStateAuthenticatorConfig toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) - Specified by:
toWorkflowStateAuthenticatorConfig
in classAConfigViewModel
-
empty
-
forAuthConfig
-