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
public final class AnonymousConfigViewModel extends AConfigViewModel
View model for authenticator configs of typeEAuthClientType.ANONYMOUS
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnonymousConfigViewModel()
Deprecated.For JSON deserialization only.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnonymousConfigViewModel
empty(Locale locale)
static AnonymousConfigViewModel
forAuthConfig(IAuthenticatorConfig config, Locale locale)
boolean
isActive()
void
setActive(boolean active)
WorkflowStateAuthenticatorConfig
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 Detail
-
AnonymousConfigViewModel
@Deprecated public AnonymousConfigViewModel()
Deprecated.For JSON deserialization only.
-
-
Method Detail
-
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
public static AnonymousConfigViewModel empty(Locale locale)
-
forAuthConfig
public static AnonymousConfigViewModel forAuthConfig(IAuthenticatorConfig config, Locale locale)
-
-