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.protected
AConfigViewModel
(EAuthClientType type, String displayName, String displayDescription, Map<String, String> attributes, String identifier) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributes
(Map<String, String> attributes) void
setAuthenticatorType
(EAuthClientType authenticatorType) void
setDisplayDescription
(String displayDescription) void
setDisplayName
(String displayName) void
setIdentifier
(String identifier) abstract WorkflowStateAuthenticatorConfig
toWorkflowStateAuthenticatorConfig
(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, wait
Methods 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:
getAttributes
in 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)
-