Package de.xima.fc.entities
Class WorkflowStateAuthenticatorConfig
- java.lang.Object
 - 
- de.xima.cmn.dao.model.AEntity<Long>
 - 
- de.xima.fc.entities.AbstractEntity
 - 
- de.xima.fc.entities.AbstractLockableEntity
 - 
- de.xima.fc.entities.ALockableEntity
 - 
- de.xima.fc.entities.AAuthenticatorConfig
 - 
- de.xima.fc.entities.WorkflowStateAuthenticatorConfig
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,IAuthenticatorConfig,ILockingVersionProviding,ITransferable,ITransferableEntity,ITransferableLockableEntity,IStringAttributesMixin,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class WorkflowStateAuthenticatorConfig extends AAuthenticatorConfig
Model for persisting authenticator configuration of aWorkflowState- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringATTR_WORKFLOW_STATEstatic StringCOL_WORKFLOW_STATE_ID- 
Fields inherited from class de.xima.fc.entities.AAuthenticatorConfig
ATTR_AUTHENTICATOR_TYPE, ATTR_CLIENTAUTHENTICATOR, ATTR_ORDER_IDX, ATTR_SYSTEMAUTHENTICATOR, authenticatorType, clientAuthenticator, systemAuthenticator 
- 
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion 
- 
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description WorkflowStateAuthenticatorConfig()WorkflowStateAuthenticatorConfig(WorkflowState workflowState, IAuthenticator<?> authenticator, Map<String,String> attributes)WorkflowStateAuthenticatorConfig(WorkflowState workflowState, EAuthClientType authenticatorType)WorkflowStateAuthenticatorConfig(WorkflowState workflowState, EAuthClientType authenticatorType, Map<String,String> attributes) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowStateAuthenticatorConfigcloneBasics()Map<String,String>getAttributes()LonggetId()WorkflowStategetWorkflowState()voidsetAttributes(Map<String,String> attributes)voidsetWorkflowState(WorkflowState workflowState)- 
Methods inherited from class de.xima.fc.entities.AAuthenticatorConfig
getAuthenticator, getAuthenticatorToken, getAuthenticatorType, getClientAuthenticator, getDisplayName, getI18nPlaceholder, getIdentifier, getSystemAuthenticator, setAuthenticator, setAuthenticatorType, setClientAuthenticator, setSystemAuthenticator, toString 
- 
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion 
- 
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId 
- 
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.Comparable
compareTo 
- 
Methods inherited from interface de.xima.fc.interfaces.mixin.attributes.IStringAttributesMixin
getAttributeValue, getAttributeValueList, getAttributeValueMap, putAttribute, putAttributes, putAttributes, removeAttribute 
 - 
 
 - 
 
- 
- 
Field Detail
- 
COL_WORKFLOW_STATE_ID
public static final String COL_WORKFLOW_STATE_ID
- See Also:
 - Constant Field Values
 
 
- 
ATTR_WORKFLOW_STATE
public static final String ATTR_WORKFLOW_STATE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
WorkflowStateAuthenticatorConfig
public WorkflowStateAuthenticatorConfig()
 
- 
WorkflowStateAuthenticatorConfig
public WorkflowStateAuthenticatorConfig(WorkflowState workflowState, EAuthClientType authenticatorType)
 
- 
WorkflowStateAuthenticatorConfig
public WorkflowStateAuthenticatorConfig(WorkflowState workflowState, EAuthClientType authenticatorType, Map<String,String> attributes)
 
- 
WorkflowStateAuthenticatorConfig
public WorkflowStateAuthenticatorConfig(WorkflowState workflowState, IAuthenticator<?> authenticator, Map<String,String> attributes)
 
 - 
 
- 
Method Detail
- 
getId
public Long getId()
 
- 
getWorkflowState
public WorkflowState getWorkflowState()
 
- 
setWorkflowState
public void setWorkflowState(WorkflowState workflowState)
 
- 
cloneBasics
public WorkflowStateAuthenticatorConfig cloneBasics()
- Returns:
 - A new workflow state authenticator config instance with all fields that do not reference other entites copied from this instance.
 
 
 - 
 
 -