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 AnonymousConfigViewModelstatic AnonymousConfigViewModelforAuthConfig(IAuthenticatorConfig config, Locale locale) booleanisActive()voidsetActive(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, setIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
toWorkflowStateAuthenticatorConfigin classAConfigViewModel
-
empty
-
forAuthConfig
-