Package de.xima.fc.mdl.auth.config.view
Class AConfigViewModel
java.lang.Object
de.xima.fc.mdl.auth.config.view.AConfigViewModel
- All Implemented Interfaces:
IStringAttributesMixin,Serializable
- Direct Known Subclasses:
AnonymousConfigViewModel,BaseConfigViewModel,PasswordConfigViewModel
public abstract class AConfigViewModel
extends Object
implements IStringAttributesMixin, Serializable
Abstract base class for authenticator config view models
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.For JSON deserialization only.protectedAConfigViewModel(EAuthClientType type, String displayName, String displayDescription, Map<String, String> attributes, String identifier) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttributes(Map<String, String> attributes) voidsetAuthenticatorType(EAuthClientType authenticatorType) voidsetDisplayDescription(String displayDescription) voidsetDisplayName(String displayName) voidsetIdentifier(String identifier) abstract WorkflowStateAuthenticatorConfigtoWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) Methods 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
-
AConfigViewModel
Deprecated.For JSON deserialization only. -
AConfigViewModel
-
-
Method Details
-
getAttributes
- Specified by:
getAttributesin interfaceIStringAttributesMixin- Returns:
- the string attributes
-
getAuthenticatorType
-
getDisplayDescription
-
getDisplayName
-
getIdentifier
-
setAttributes
-
setAuthenticatorType
-
setDisplayDescription
-
setDisplayName
-
setIdentifier
-
toWorkflowStateAuthenticatorConfig
public abstract WorkflowStateAuthenticatorConfig toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao)
-