Package de.xima.fc.mdl.auth.config.view
Class BaseConfigViewModel
- java.lang.Object
-
- de.xima.fc.mdl.auth.config.view.AConfigViewModel
-
- de.xima.fc.mdl.auth.config.view.BaseConfigViewModel
-
- All Implemented Interfaces:
IStringAttributesMixin
,Serializable
public final class BaseConfigViewModel extends AConfigViewModel
View model for general authenticator configs- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseConfigViewModel()
Deprecated.For JSON deserialization only.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BaseConfigViewModel
emptyTypeAuthenticatorConfig(EAuthClientType authenticatorType, Locale locale)
static BaseConfigViewModel
forAuth(IAuthenticator<?> authenticator)
static BaseConfigViewModel
forAuthConfig(IAuthenticatorConfig config, Locale locale)
UuidEntityRef
getAuthenticator()
void
setAuthenticator(UuidEntityRef authenticator)
String
toString()
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, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.mixin.attributes.IStringAttributesMixin
getAttributeValue, getAttributeValueList, getAttributeValueMap, putAttribute, putAttributes, putAttributes, removeAttribute
-
-
-
-
Constructor Detail
-
BaseConfigViewModel
@Deprecated public BaseConfigViewModel()
Deprecated.For JSON deserialization only.
-
-
Method Detail
-
getAuthenticator
public UuidEntityRef getAuthenticator()
-
setAuthenticator
public void setAuthenticator(UuidEntityRef authenticator)
-
toWorkflowStateAuthenticatorConfig
public WorkflowStateAuthenticatorConfig toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
- Specified by:
toWorkflowStateAuthenticatorConfig
in classAConfigViewModel
-
emptyTypeAuthenticatorConfig
public static BaseConfigViewModel emptyTypeAuthenticatorConfig(EAuthClientType authenticatorType, Locale locale)
-
forAuth
public static BaseConfigViewModel forAuth(IAuthenticator<?> authenticator)
-
forAuthConfig
public static BaseConfigViewModel forAuthConfig(IAuthenticatorConfig config, Locale locale)
-
-