Class WorkflowStateAuthenticatorConfig

    • Constructor Detail

      • WorkflowStateAuthenticatorConfig

        public WorkflowStateAuthenticatorConfig()
      • WorkflowStateAuthenticatorConfig

        public WorkflowStateAuthenticatorConfig​(WorkflowState workflowState,
                                                EAuthClientType authenticatorType)
    • Method Detail

      • getId

        public Long getId()
      • setWorkflowState

        public void setWorkflowState​(WorkflowState workflowState)
      • getAttributes

        public Map<String,​String> getAttributes()
        Returns:
        the string attributes
      • setAttributes

        public void setAttributes​(Map<String,​String> attributes)
      • 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.