public class UserFactory<V> extends de.factoryfx.factory.SimpleFactoryBase<User,V>
de.factoryfx.factory.FactoryBase.FactoryInternal<L,V>, de.factoryfx.factory.FactoryBase.LiveCycleConfig<L,V>de.factoryfx.data.Data.AttributeVisitor, de.factoryfx.data.Data.BiAttributeVisitor, de.factoryfx.data.Data.DataConfiguration, de.factoryfx.data.Data.DataUtility, de.factoryfx.data.Data.Internal, de.factoryfx.data.Data.TriAttributeVisitor| Modifier and Type | Field and Description |
|---|---|
de.factoryfx.data.attribute.types.LocaleAttribute |
locale |
de.factoryfx.data.attribute.types.StringAttribute |
name |
de.factoryfx.data.attribute.types.PasswordAttribute |
password |
static java.lang.String |
passwordKey
key is static and not part of the factory to keep the key secret
|
de.factoryfx.data.attribute.types.StringListAttribute |
permissons |
| Constructor and Description |
|---|
UserFactory() |
| Modifier and Type | Method and Description |
|---|---|
User |
createImpl() |
configLiveCycle, internalFactory, iteratorpublic static java.lang.String passwordKey
public final de.factoryfx.data.attribute.types.StringAttribute name
public final de.factoryfx.data.attribute.types.PasswordAttribute password
public final de.factoryfx.data.attribute.types.LocaleAttribute locale
public final de.factoryfx.data.attribute.types.StringListAttribute permissons