Class PasswordFormType
- java.lang.Object
-
- org.flowable.engine.form.AbstractFormType
-
- org.flowable.engine.impl.form.StringFormType
-
- org.apache.syncope.core.flowable.support.PasswordFormType
-
- All Implemented Interfaces:
Serializable,org.flowable.engine.form.FormType
public class PasswordFormType extends org.flowable.engine.impl.form.StringFormType- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordFormType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.flowable.engine.form.FormType- Overrides:
getNamein classorg.flowable.engine.impl.form.StringFormType
-
-