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 BaseConfigViewModelemptyTypeAuthenticatorConfig(EAuthClientType authenticatorType, Locale locale)static BaseConfigViewModelforAuth(IAuthenticator<?> authenticator)static BaseConfigViewModelforAuthConfig(IAuthenticatorConfig config, Locale locale)UuidEntityRefgetAuthenticator()voidsetAuthenticator(UuidEntityRef authenticator)StringtoString()WorkflowStateAuthenticatorConfigtoWorkflowStateAuthenticatorConfig(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:
 toWorkflowStateAuthenticatorConfigin 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)
 
 - 
 
 -