public class InternalAuthProperties extends PersistentRecord
SRecordInstance.BrokenOptimisticLockException| Modifier and Type | Field and Description |
|---|---|
static RecordMeta<InternalAuthProperties> |
META |
static ReferenceField<UserSourceProfileRecord> |
Profile |
static LongField |
ProfileId |
static IntField |
PwdComplexity |
static IntField |
PwdHistory |
static IntField |
PwdMaxAge |
static IntField |
PwdMinLength |
DEFAULT_VALUE, FORM_META_KEY, INDEXED, UNIQUE| Constructor and Description |
|---|
InternalAuthProperties() |
| Modifier and Type | Method and Description |
|---|---|
RecordMeta<InternalAuthProperties> |
getMeta()
This must be defined in every user record's definition to access the SRecord which provides the meta data for
this instance.
|
getBoolean, getDoubleObj, getIntObj, getLongObj, getString, installDefaultValuesallFields, assertNewRow, assertNotNewRow, defineInitialValue, deleteRecord, doQueryRecord, doValidateRecord, equals, findReference, findReference, findReference, findReference, getBigDecimal, getBytes, getDataSet, getDate, getDouble, getEnum, getInitialValue, getInt, getLogger, getLong, getObject, getRawArrayValue, getReferenceNoQuery, getTime, getTimestamp, hashCode, isAttached, isDeleted, isDirty, isDirty, isEmpty, isNewRow, isNotDestroyed, isNull, isReadOnly, isValid, onQueryRecord, onValidateField, onValidateRecord, setBigDecimal, setBoolean, setBytes, setDate, setDirty, setDouble, setEmpty, setEnum, setInt, setLong, setNewRow, setNull, setObject, setObject, setRawArrayValue, setReadOnly, setReference, setString, setTime, setTimestamp, toString, validatePrimaryKeys, wasInCachepublic static final RecordMeta<InternalAuthProperties> META
public static final LongField ProfileId
public static final ReferenceField<UserSourceProfileRecord> Profile
public static final IntField PwdMaxAge
public static final IntField PwdMinLength
public static final IntField PwdComplexity
public static final IntField PwdHistory
public RecordMeta<InternalAuthProperties> getMeta()
SRecordInstance
SRecord getMeta() {
return meta;
};
The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.
getMeta in class PersistentRecord